0

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 InstantDjango this doesn't seem to be as much of a problem. My question is, can one just do Django development with the InstantDjango program or do you really need to run it the normal way?

1
  • It might help if you described what -- specific -- syncdb problems you are having. Commented Apr 10, 2009 at 18:26

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

1 Comment

just noticed that this is a one year old question :-/

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.