Re: Timezone issue in when storing in DB

2023-08-17 Thread Fred Legace
Would it not make sense to store times in UCT then in a user profile allow the user to choose their local timezone for display? On Wednesday, August 16, 2023 at 3:15:39 AM UTC-7 Ruby wrote: > You seem to be reinventing the wheel, Django already has timezone support > when you set USE_TZ >

Re: DB migration: Loading a massive fixture dump

2020-09-03 Thread Fred Blaise
Just for the follow-up, I ended up using pgloader and after some argument tweaking, it worked. Cheers. On Wednesday, September 2, 2020 at 7:26:04 AM UTC+2 Fred Blaise wrote: > Hi Mike, > > Thanks for the answer. > > Yes, I was aware yet hopeful regarding the size. > > Regar

Re: DB migration: Loading a massive fixture dump

2020-09-01 Thread Fred Blaise
Hi Mike, Thanks for the answer. Yes, I was aware yet hopeful regarding the size. Regarding the converter, I would be interested to take a look at your py3 work, if you could forward it along. Thanks. On Wed, Sep 2, 2020, 00:21 Fred Blaise wrote: > Hi, > > I have to migrate a data

DB migration: Loading a massive fixture dump

2020-09-01 Thread Fred Blaise
Hi, I have to migrate a database from mysql to postgresql. Unfortunately, there is quite a bit of data in there. As a strategy, I thought of using Django's ORM feature, dump the data from my setup using mysql, and load the fixtures on the other setup using postgresql, such as: # on mysql $

Re: Marketing django project

2020-05-18 Thread Fred XU
Hi, Do you need Chinese guys for this project? Fred 发自我的iPhone > 在 2020年5月18日,21:44,maninder singh Kumar 写道: > >  > Dear all, > > Require sales and marketing interns for django, javascript based artificial > intelligence project. > > regards > willy > +9

My newly added model doesn't appear on the user's side of the site

2020-02-23 Thread fred rick
The new model appears on the admin site but doesn't appear on the user's side. I set the rules to (null=True, blank=False). What could be the possible solution -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

[SOS] Django-Oscar Front end(theme) replacement

2017-12-29 Thread Fred Grey
Hi, Does anybody use django-oscar to build a commerce website? I have done most of the things to make it online. But the default theme is ugly and not matched with the commodity's style. We are a startup company and no UXD for the website design right now. Is there any other websites I can

Re: Use one correspondig database user for each application user

2017-07-21 Thread Fred Stluka
. At least, I learned this reason 20 years ago, and assume it is still true.  On the other hand, I've never checked to see whether Django uses a connection pool by default, and it seems pretty quick. Does Django use a connection pool? --Fred

Re: can somebody help me understand django framework please

2017-06-23 Thread Fred Chevitarese
mo se nunca fossem morrer e morrem como se nunca tivessem vivido” - Dalai Lama.* *"* *Fred Chevitarese - GNU/Linux* *http://chevitarese.wordpress.com* <http://chevitarese.wordpress.com> 2017-06-23 9:51 GMT-03:00 Daniel Jacob < jacob.dan...@covenantuniversity.edu.ng>: > I am

Re: Restricting the user from closing the browser tab so that the server side APIs are called.

2017-05-31 Thread Fred Stluka
the API    call would have done, but only if the keep-alive calls stop coming    in. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of servic

Re: Class based view without rendering form

2017-05-29 Thread Fred Stluka
e response look exactly like the original page, so it's not obvious to the user that a full page request was done.  But, it sounds like you've already decided you don't want to do that. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/

Re: best practices for handling charts

2017-05-23 Thread Fred Stluka
! See my quick summary of it, with lots of dynamically generated examples, here: - http://bristle.com/Tips/Internet.htm#google_chart_api --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc

Re: Model forms

2017-01-24 Thread Fred Chevitarese
saúde. E por pensarem ansiosamente no futuro, esquecem do presente de tal forma que acabam por não viver nem o presente nem o futuro. E vivem como se nunca fossem morrer e morrem como se nunca tivessem vivido” - Dalai Lama.* *"* *Fred Chevitarese - GNU/Linux* *http://chevitarese.wordpress.

Re: audit trail functionality in database model

2017-01-22 Thread Fred Stluka
. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates

Re: audit trail functionality in database model

2017-01-22 Thread Fred Stluka
FOR EACH ROW BEGIN     -- Purpose: Inserts an audit record into audit table.     --     -- MODIFICATION HISTORY     -- Person    Date   Comments     -- ----- -- ---     -- Fred Stluka   2/12/2007  Original v

Re: audit trail functionality in database model

2017-01-21 Thread Fred Stluka
ld be easy to bypass the audit table by doing a direct INSERT, UPDATE, or DELETE to a primary table. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of

Re: What is the fate of closed database connections?

2017-01-17 Thread Fred Stluka
Mike, Good info.  Yeah, keep experimenting and report what you find here.  Hopefully someone will jump in with a definitive answer for you. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred

Re: What is the fate of closed database connections?

2017-01-17 Thread Fred Stluka
' in sys.argv if RUNNING_UNIT_TESTS:     DATABASES['default'] = {     'ENGINE': 'django.db.backends.sqlite3',     } Any other ideas, anyone? --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle

Re: how to do ces monitoring on django application

2017-01-17 Thread Fred Stluka
Anjali, What do you mean by "ces monitoring"?  I've never heard of it. When I searched: - http://google.com/search?q=ces+monitoring I found some references to IBM products. --Fred Fred Stluka -- mailto:f...@bristle.com --

Re: Django search

2017-01-17 Thread Fred Stluka
label and the text of the checkbox label to be combined somehow to form the search string? --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service

Re: What is the fate of closed database connections?

2017-01-17 Thread Fred Stluka
uring development." --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or

Re: How to make a queryset into a database, starting from a template html

2017-01-17 Thread Fred Stluka
Carlobo, If you want the nation field to be given a value as soon as a a dialing prefix is entered, without posting the page to the web server and retrieving a new page, you're going to have to use _javascript_ and the perhaps the technique called Ajax.

Re: Odd problem: some database updates do not appear on other pages until server restart

2017-01-16 Thread Fred Stluka
.  We got burned by and it and put in some time to diagnose it.  Then we found the above link that warns of one of the problems. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.

Re: multiple databases - two questions

2017-01-03 Thread Fred Stluka
from one DB to another with each DB generating its own set of auto-incremented PKs would have been a problem. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad

Re: multiple databases - two questions

2017-01-02 Thread Fred Stluka
/en/dev/topics/db/multi-db/#topics-db-multi-db-routing --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls

Re: localStorage to save answer to form until it is sent to server

2017-01-02 Thread Fred Stluka
the occasional calls based on a _javascript_ timer or something.  Many web-based tools use this technique.  For example, Google Docs. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http

Re: Admin - saveasnew to another database

2017-01-02 Thread Fred Stluka
best answer to your problem. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Window

Re: Help with django form an ajax, error 500

2016-08-21 Thread Fred Stluka
, or anything else. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates

Re: Unable to get tests to work

2016-08-19 Thread Fred Stluka
for tests that don't exist? --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows

Re: Unable to get tests to work

2016-08-17 Thread Fred Stluka
aybe something to do with "refreshes"?  The test trace shows it trying to run testcase "refreshes.backups.tests", but in the manual import you did from the python shell, you only import "backups.tests" --Fred Fred Stluka -- mailto:

Re: Unable to get tests to work

2016-08-17 Thread Fred Stluka
Matt, Drop the "s" from "tests": ./manage.py test backups --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to

Re: How to save one field value from a model to another field of a linked model.

2016-08-17 Thread Fred Stluka
Md. Ohiduzzaman, Looks good so far.  What happens when you try it? --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service

Database data caching in Django?...

2016-08-17 Thread Fred Stluka
like I may be missing something obvious. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need

Re: Forcing Localization

2016-08-16 Thread Fred Stluka
'     '%d %B %Y',   # '25 October 2006'     '%d %B, %Y',  # '25 October, 2006' ] --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service

Re: Testing if a view have an html element with at least one attribute

2016-08-03 Thread Fred Stluka
if there any pros/cons vs lxml, but it works great for us! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls

Re: Is it possible to share a DB between Django and another application

2016-07-21 Thread Fred Stluka
use. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates

Re: Email List

2016-07-18 Thread Fred Stluka
sg += u' during step: "' + progress + u'"'     exception = e     finally:     if not success:     raise EmailException(msg, exception) --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/

Re: Slow Django dev server reload

2016-07-05 Thread Fred Stluka
ld be deleted?  We tend to get rid of our dead ones pretty quickly because PyCharm shows them as grey when they're not needed. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://br

Re: unindent does not match any outer indentation level

2016-07-05 Thread Fred Stluka
this line:             def __unicode__(self): which should be indented exactly as much as the line:     def get_absolute_url(self): --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, I

Re: How can i add my django project to Bitbucket ?

2016-07-05 Thread Fred Stluka
Deepak, Bitbucket has pretty good documentation, including a Getting Started section.  Should tell you all you need to know.  See: - https://www.google.com/search?q=bitbucket+getting+started --Fred Fred Stluka -- mailto:f...@bristle.com

Re: Slow Django dev server reload

2016-07-04 Thread Fred Stluka
Mac. To narrow down the problem, I suggest you use the -v option:     % python -v manage.py runserver and watch to see what seems to be taking so long. Any other suggestions, anyone? --Fred Fred Stluka -- mailto:f...@bristle.com -- http

Re: Slow Django dev server reload

2016-07-04 Thread Fred Stluka
Hildeberto, No, the number of migrations does affect how long it takes to run automated tests, but should not affect how long it takes the dev server to start. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred

Re: Slow Django dev server reload

2016-07-03 Thread Fred Stluka
Krishna, How long is "a long time"?  I have a project of ~200K lines of python/django code.  The dev server reloads in a second or so. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, I

Re: Recommended courses/materials for Python/Django course...

2016-06-19 Thread Fred Stluka
Thanks for the feedback! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need

Re: Recommended courses/materials for Python/Django course...

2016-06-17 Thread Fred Stluka
Ludovic, Thanks for the tip!  I'll check them out. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source

Recommended courses/materials for Python/Django course...

2016-06-15 Thread Fred Stluka
  - edX   - Alison   - Lynda   - NewCircle.com Any advice?  Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service

Re: DjangoCon Philly July 17-22. See you there?...

2016-05-31 Thread fred
; Ibrahim Diop) See my earlier email appended below for more details and what I like about Django. See you at DjangoCon? --Fred ----- Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, I

Re: Reportlab no module named pdfgen

2016-05-26 Thread Fred Stluka
David, It works fine for me.  Must be something about your environment. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service

Re: Moving django app(nginx server) from iMac to Linux environment

2016-05-20 Thread Fred Stluka
a pip freeze on one and a pip install -r on the other? Nothing left to do. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service

Re: Is it good idea to transition from MS Access to a webapp? And if so, is Django a good tool to do it?

2016-04-29 Thread Fred Stluka
ons.  Also, you'll quickly get a feel for Django's power if you go through the on-line tutorial at: - https://docs.djangoproject.com/en/dev/intro/ Enjoy! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software

Re: Any way to tolerate Unicode w/o changing '' to u''?...

2016-04-20 Thread Fred Stluka
to unicode() call? Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows

Re: No Downtime Code Releases

2016-04-19 Thread Fred Stluka
hiding the maintenance page, so we're sure everything gets reloaded cleanly. This has also been a good idea as we've added more caching: - Template files - Fully assembled pages - DB data - etc. Hope this helps, --Fred Fred Stluka -- mailto:f

Re: PyCharm not stopping at breakpoint

2016-04-18 Thread Fred Stluka
Holy Heisenberg Uncertainty Principal, Batman!" --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences

Re: Any way to tolerate Unicode w/o changing '' to u''?...

2016-04-14 Thread Fred Stluka
Stephen, Perfect!  Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we

Any way to tolerate Unicode w/o changing '' to u''?...

2016-04-14 Thread Fred Stluka
the encoding of Unicode string literals (u''), not regular string literals (''):     # -*- coding: utf-8 -*- Any suggestions?  Much appreciated.  Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software

What Python/Django code checkers do you recommend?...

2016-04-08 Thread Fred Stluka
- QuantifiedCode    https://www.quantifiedcode.com/ My IDE is PyCharm, which has the ability to check some things, but I haven't yet investigated or configured it much. What do you recommend?  Any good or bad experiences to share? Thanks! --Fred Fred

Re: Django Forms vs Angularjs

2016-04-02 Thread Fred Stluka
Fabio, Good point! Browser-side security is VERY easy to bypass. For example, just use Firebug or the built-in dev tools of Firefox, Chrome, or Safari (or probably even IE by now), to edit the HTML of the current page and then click the OK/Send/Submit button. --Fred

Re: Migrating older 1.4 project to 1.9

2016-03-30 Thread Fred Stluka
learn to this thread. Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need

Re: EMAIL_BACKEND doesn't works with Amazon SES!?

2016-03-29 Thread Fred Stluka
Good explanation, Michal! Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we

Re: Forms in Django

2016-03-20 Thread Fred Stluka
to export and import DDL. Django did it all for us. Suddenly the entire regression test suite runs in 30 seconds instead of 75 minutes. Really nice! --Fred ---- Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred

Re: Forms in Django

2016-03-19 Thread Fred Stluka
, max_length = 50, label = u'', widget = forms.TextInput( attrs={ 'class' : 'form-control', 'id' : 'inputSuccess5', 'placeholder' : 'Phone', } ), ) --Fred Fred

Re: Forms in Django

2016-03-19 Thread Fred Stluka
Stanislav, Try these: {{ form.title.value }} {{ form.title.label }} {{ form.title.errors }} etc. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com

Re: Forms in Django

2016-03-18 Thread Fred Stluka
behavior, add caching of DB data, Django templates, and fully assembled Django pages, etc. And I can hook into Django "signals" for more sophisticated needs. Very powerful! And I've found the community to be extraor

Re: variable to a template

2016-03-02 Thread Fred Stluka
Luca, You can't nest a variable evaluation (via {{}}) inside a tag execution {%%}. But you can put them side by side to achieve the effect you want: '{% static "mysite/scorr" %}'/{{a}}' --Fred ---- Fred Stluka -

Re: how to deploy python/django application in debian/apache?

2016-02-10 Thread Fred Stluka
files? --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates

Re: Scaling Django

2016-02-03 Thread Fred Stluka
is a heavy load. Might be better to wait a second or so after each keystroke to see if the user is still typing, using the same kind of algorithm Fred has used in the past, and that Google uses for

Re: Does anyone have good results connecting Django to Mysql on localhost and windows 7?, me not.

2016-01-26 Thread Fred Stluka
Carlos, Any advantage of pymysql over MySQLdb (MySQL-python)? - http://sourceforge.net/projects/mysql-python/ --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http

Re: Access denied for MySQL user in Django

2016-01-19 Thread Fred Stluka
Galil, Try this also: mysql> use mysql; mysql> delete from user where host='%' and 'user=''; mysql> flush privileges; --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Soft

Re: Access denied for MySQL user in Django

2016-01-14 Thread Fred Stluka
uest user when it had a username and password that it was supposed to be using, but for some reason it was. Deleting the guest user from MySQL fixed it for me, and is a good idea for security reasons anyhow. --Fred Fred Stluka --

Re: how do I .............?

2016-01-13 Thread Fred Stluka
python manage.py shell --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need

Re: django 1.9 - application does not

2015-12-30 Thread Fred Stakem
I had the same issue and I found it was coming from django-rest. I uncommented the app and it disappeared. Not sure the solution. On Thursday, December 24, 2015 at 1:32:11 AM UTC-5, Shekar Tippur wrote: > > Hello, > > I have a application on my laptop and I am trying to move it to AWS. > I have

Re: django-admin.py startproject mysite

2015-11-10 Thread Fred Stluka
Muhammad, Use the command ifconfig (Linux, Mac) or ipconfig (Windows) to see your local IP address. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com

Re: How do I server my app in apache in subdirectory?

2015-11-10 Thread Fred Stluka
frocco, I've done exactly that. No problem. How does it fail? What it should be doing is redirecting any URLs like /mysite to the wsgi.py file so Django will handle them. What error or bad behavior do you see? --Fred

Re: Installing Django [Again]

2015-07-09 Thread Fred Chevitarese
Well Steve, i will try to help you! 1 - Make sure to put Python at the system path. I mean, you can run python at prompt? 2 - After that, make sure C:\PythonXX\Scripts is on system path as well. 3 - Now, you need to create your project. Try to run django-admin.py to see if there's any

Re: Multiple sites on a single server

2015-04-06 Thread fred
t have any resources I can go to in my company. Thanks, Fred. On Thursday, November 19, 2009 at 7:55:38 PM UTC-5, Graham Dumpleton wrote: > > > > On Nov 20, 4:33 am, Stodge <sto...@gmail.com> wrote: > > I got this working with several sites using Apache. I just created a &g

the source code in utils.functional about lazy function

2015-02-05 Thread Fred Zhang
Recently I am learning about django source code from utils folder. But about* functional* file, I don't know the meaning of lazy function. Can anyboby help me to explain about the meaning about it? Thanks The code: class Promise(object): """ This is just a base class for the proxy

Re: Accessing Django test client in setUpClass

2015-01-29 Thread Fred Stluka
Nicole, If you can't access self.client of TestCase, you can always allocate one yourself as: c = Client() See details in: - http://www.dougalmatthews.com/2010/Jan/20/testing-your-first-django-app/ --Fred Fred Stluka

SQL Server performance problem

2015-01-28 Thread Fred
I'm on a W7 32bit virtual machine with python 2.7 and SQL Server 2008 with local views referencing Linked Server where the real data resides. My setup is Django (1.7.4) django-pyodbc (0.2.6) django-pyodbc-azure (1.2.3) not using this, it was a false start that did not pan out.

Re: Downloading thumbnails and replacing them with full images

2015-01-24 Thread Fred Stluka
+1 for easy-thumbnails. We use it and it works great. Allows the user to upload images, optionally crop them during the upload, manages the full-size and thumbnail files on the file system with their names in the DB, etc. All automatic and all easy. --Fred

Map Django Model to Legacy multi-join query

2015-01-20 Thread Fred
I've got a complex 1000+ table vendor read-only MS SqlServer database and only have SELECT privileges. I can connect with pymssql no problem. Of all these tables, I probably care about 50 or less. I cannot create views unless I introduce another physical server and use the "Linked Server"

Integration with Legacy DB

2015-01-14 Thread Sells, Fred
, but I’ve got some policy/security issues in my organization that require jumping through additional hoops and am hoping there is some Django “magic” to solve this. Thanks, Fred. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: Recommendations for hosting service?

2015-01-06 Thread Fred Stluka
+1 for AWS. Been using it for years. Keeps getting cheaper and better. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open

Re: Content using {% include %} not appearing on detailed page Django

2014-12-16 Thread Fred Stluka
e included file, use simply: {{title}} It seems odd that there'd be a restriction like this since I'm sure you can pass objects to templates from views, but it's worth trying. May be a good workaround, or may get you a different error message that tips you off to what the real problem i

Re: ANN: Django website redesign launched

2014-12-16 Thread Fred Stluka
styles, colors, fonts, presentation of info? Or is there a change to the content or the navigation, as well? Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http

Re: Can anyone give me a suggestion or a recommendation as to how I can access the current user's username in the models.py?

2014-12-14 Thread Fred Stluka
by separate threads that share the same memory, and presumably the same signals and callbacks. Thoughts? --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com

Re: I can't syncdb via django_pyodbc of Django.

2014-12-11 Thread Fred Stluka
TF-8" locale charset is "UTF-8" using default charset "UTF-8" Default database being set to my_db_name 1> ## Install pyodbc for Mac 2014-07-16 - Fred and Jim found new information for Max OS X from: http://stackoverflow.com/questions/20074620/installing

Python/Django programmers needed (telecommute)...

2014-12-04 Thread Fred Stluka
about a month or so. Telecommute with weekly status meetings in Radnor PA, and ad-hoc local co-working sessions with the dev team. Interested in either one, please let me know. --Fred ---- Fred Stluka -- mailto:f...@bristle.com -

Re: Upgrading Django (to 1.7)

2014-11-26 Thread Fred Stluka
on - Upgrading Python itself - Release notes for each version -- Backwards-incompatible changes -- Deprecated features -- New features - Use new Check Framework to enforce coding standards - etc. See also: - http://andrewsforge.com/article/upgrading-django-to-17/checklist Thanks! --Fred

Re: Upgrading Django (to 1.7)

2014-11-26 Thread Fred Stluka
, then a problem, then an enhancement that solves the problem, then another problem, etc. Nice job! This will be very useful when I start using the Check Framework to enforce coding standards for my team when we move to Django 1.7 or 1.8. --Fred

Re: Image input missing from POST request

2014-11-26 Thread Fred Stluka
? Have you tried specifying multiple forms? Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls

Re: Web and mobile app with Django? Kivy? sth else?

2014-11-24 Thread Fred Stluka
://helphopelive.org --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates

Re: Deploying Django project

2014-11-21 Thread Fred Stluka
Mulianto, You said: Fred way is good, but need time to type and remember all the steps. WIth fabric you will not miss a step and it can be automated. I think you misunderstood my post. The commands I showed are excerpts from my automated script. I provided them so termopro could write

Re: Advice needed: Adaptive/Responsive Images in Django?

2014-11-20 Thread Fred Stluka
). I've been doing it for about 14 years. See, for example: - http://bristle.com/RWD/BrightPanelsDemo/ Drag the window wider and narrower and watch the panels completely re-configure themselves, nesting/un-nesting, stacking/un-s

Re: Deploying Django project

2014-11-20 Thread Fred Stluka
messages, prompts, confirmations, etc. Also, some of these steps are combined into a remote script that runs on the server to reduce the number of "ssh -t sudo" commands I would otherwise have to do. But, that's the gist of it. Hope this helps! --Fred ----

DecimalField returns 'This value must be a decimal number' when blank

2014-11-17 Thread fred . wulei
You'd better have a look at the raw database SQL. I think syncdb won't change the null attr of this column if it is not set in the first time. So the possible solutions are 1) change the column in db manually 2) use a migration tool like south. Hope this can help you. -- You received this

DecimalField returns 'This value must be a decimal number' when blank

2014-11-17 Thread fred . wulei
I think you'd better have a look at the raw db sql. I remember that the syncdb won't change the null attr. of a column if it's not set when initialized. So two possible solutions: 1) set the db manually 2) use a tool like south to do a migration. Hope I can help you. -- You received this

Re: HStoreField can't adapt type 'dict'

2014-11-13 Thread Fred Stluka
reading them as email, not at the Google Groups Web site. Thanks! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source

Re: how to test an application that's using a legacy database

2014-11-10 Thread Fred Stluka
if settings.RUNNING_UNIT_TESTS else False --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need

Re: Loading fixtures in Django 1.7

2014-11-09 Thread Fred Stluka
Leonard, In Django 1.4, you would add this code to the forwards() method of the migration: from django.core.management import call_command call_command("loaddata", "") --Fred ---- Fred Stluka -- mai

Re: createsuperuser tells me its been skipped due to not running in a tty and then tells me i can do it manually by running createsuperuser. Very confused

2014-11-09 Thread Fred Stluka
ssh -t as I've often had to do when running sudo via ssh. See: - http://bristle.com/Tips/Unix.htm#sudo_via_ssh --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http

  1   2   3   4   >