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?
InstantDjango uses sqlite by default. In which database did you install regular django? and did you create this database before running syncdb?
InstantDjango django ( ), , .
Source: https://habr.com/ru/post/1706284/More articles:Using jquery, can I get the X and Y offsets of a specific element? - jqueryDynamic processes in Python - pythonКак удалить символы из текстового поля, когда количество символов превышает определенный предел? - javascriptBest way to horizontally autodetect a TreeView WinForms control? - .netYou can use InstantDjango instead of a typical installation - pythonЯвляется ли это или Rails и Django сложнее для установки в Windows? - djangoAccessing variables from other namespaces - variablesUpdatePanels - Элементы управления снаружи повторно отображаются? - c#Testing a specific third-party class with JMock - javaThe fastest way to split a 32-bit number into bytes in C ++ - c ++All Articles