SteinOveHelset / interiorshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors

elly179 opened this issue · comments

Hello. i cloned the sourcecode and i also did built up a virtual environment and activated it but when running the "python manage.py runserver" code , am getting the following errors.
Would you please help me fix it. Email:rllystanley@gmail.com

error

Hi!
This comes from some changes in Django 3.2.
In your settings.py, use "apps.cart.apps.CartConfig" instead of "cart". And in your "apps/cart/apps.py", rename "cart" to "apps.cart" :-)