D
D
dr sbtn2016-04-15 17:09:03
Django
dr sbtn, 2016-04-15 17:09:03

Why is there a bunch of errors in cmd when changing INSTALLED_APPS?

Described models in models.py.
When adding a package with this file to settings.py in INSTALLED_APPS (+ I execute it in the environment manage.py syncdb.) And when I run the runserver command in cmd, a lot of errors occur.
shared folder with the project: Inttech, the folder in it (containing models.py) is forinttech,
so I just add to INSTALLED_APPS: "Inttech.forinttech".

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2016-04-15
@dawasaturday

it
would have created a folder structure for you. Then we would add "forinttech" to INSTALLED_APPS, add our models to forinttech/models.py, and do syncdb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question