Re: Using Static Files

2009-03-18 Thread Artiom Lunev
try: MEDIA_ROOT = 'C:\\Projects\\myproject\\static_media' or MEDIA_ROOT = 'C:\\Projects\\myproject\\static_media\\' On Wed, Mar 18, 2009 at 3:22 PM, Gil Sousa wrote: > > Hi! > > First of all, I already saw (and tried) this: > http://docs.djangoproject.com/en/dev/howto/static-files/ > > I want

Re: model already registered error

2009-03-18 Thread Artiom Lunev
I usually run "manage.py runserver" again and error is gone. On Wed, Mar 18, 2009 at 4:45 PM, nixon66 wrote: > > I just redid my models in an application and ran "manage.py > runserver". But when I tried to log into the admin interface I get > model is alreadyregistered errors. Anyone have