Migrations and FileField storage

2014-11-12 Thread Nico Benitez
I have a question about storage objects in a migration enabled project. I have a project that uses a file system storage backend for storing certain model FileFields, but the location is dependent on the deployment and stored in the settings module. For example, for testing locally I have the

Re: Help in finding how to learn Django

2013-06-29 Thread Nico Subs
Thank you Mike. Very helpful. On Friday, June 28, 2013 9:49:20 AM UTC+2, Nico Subs wrote: > > Hi all, > > What is the best way to learn Django 1.5 thouroughly? I have been a .NET > developer and have a really good understanding of OOP, HTML5, CSS and > JavaScript. I also h

Re: Newbee question about PostgreSQL

2011-10-17 Thread Nico
Hi Phil, Thank you! I moved the line a few positions up and it now works. All people who responded to my question, thanks very much! Kind regards, Nico On Oct 17, 3:08 pm, Philip Mountifield <pmountifi...@formac.net> wrote: > The order of configuration in the file is also

Re: Newbee question about PostgreSQL

2011-10-17 Thread Nico
Yes, I have restarted the service. Of course :) Nico On Oct 17, 2:47 pm, Philip Mountifield <pmountifi...@formac.net> wrote: > Have you sent a HUP signal to the postmaster or restarted the service > since making those changes? > > Regards, Phil -- You received this m

Re: Newbee question about PostgreSQL

2011-10-17 Thread Nico
for the database myproject, for user george. However, psql still refuses the connection: psql myproject -U george This is a PostgreSQL related problem. Any ideas what I overlook here? Regards, Nico -- You received this message because you are subscribed to the Google Groups "Django users" grou

Newbee question about PostgreSQL

2011-10-17 Thread Nico
r now I have entered my superuser name in settings.py, so I could syncdb. The application works. But, of course I need to get this working with the user 'george' (fake name for this example) too, so I can use that in production environment. What am I doing wrong? Thanks in advance! Nico -- You r

Chunked transfer of a file fetched through xml-rpc

2009-05-20 Thread Nico Ayci
Hello everyone, here is the situation: I have a Django web server A that communicates with another local server B through xml-rpc. A storage C (NAS, but it doesn't really matter) is mounted on B. I would like to make a file located on C available for download from A. I would like to avoid

MySQLdb installation problems on mac leopard

2008-09-23 Thread Nico
these instructions (which are all nearly identical) http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/ http://www.keningle.com/?p=11 But I keep getting this error message when I attempt to build and install MySQLdb: host46:MySQL-python-1.2.2 Nico$ python setup.py build running