Skip to content Skip to sidebar Skip to footer

Getting Started With Django-instant Django

I've been trying to get Django running and when going through the intro to projects it seems that I keep having trouble when I get to the 'sync database' section. When using Insta

Solution 1:

InstantDjango uses sqlite by default. What database did you set your normal django to use? and you did you create that database before you ran the syncdb?

InstantDjango uses different packaging for all the django required libraries (portable versions) which might be less stable but they should work for your development needs.

Post a Comment for "Getting Started With Django-instant Django"