Info
Please log in to comment!
Daniel Mehlberg | Oct 30, 21 11:49
Hi, I'm just starting with Django/Python.
I'm stuck at the beginning basically.
When I added apps.core to the settings.py I cannot run server again. There is error that module apps.core does not exist.
I've installed apps by pip but still not working.
Stein Ove Helset | Nov 01, 21 06:03
Hi, this comes from some changes in Django.
In you're settings.py, use "apps.core.apps.CoreConfig" instead. And in your "apps/core/apps.py" file, rename "core" to "apps.core" :-)
Paul | Aug 01, 22 12:34
Hi, is there a reason why mine have no styling (everything is just at the top left of page)
Paul | Aug 01, 22 12:41
Hi, dont worry - eventually found error - i made a typo in the css url :)
Stein Ove Helset | Oct 08, 22 06:40
Great :-D