Part one - Setting up - Building a time tracking SaaS using Django and Vue

Comments

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

Add comment

Newsletter

Subscribe to my weekly newsletter. One time per week I will send you a short summary of the tutorials I have posted in the past week.