Getting started with Django-Instant Django

I'm trying to start Django, and when you go through the intro for projects, it seems like I'm having problems when I get to the "synchronization database" section. When using InstantDjango, this does not seem to be a problem. My question is: can I just create Django using the InstantDjango program, or do you really need to run it in the usual way?

0
source share
1 answer

InstantDjango uses sqlite by default. In which database did you install regular django? and did you create this database before running syncdb?

InstantDjango django ( ), , .

+2

Source: https://habr.com/ru/post/1706284/


All Articles