obsicn / eshop

The sample project based on Django oscar ecommerce framework.
0 stars 0 forks source link

you haven't configured any URLs #2

Open obsicn opened 7 years ago

obsicn commented 7 years ago

It worked! Congratulations on your first Django-powered page.

Next, start your first app by running python manage.py startapp [app_label].

You're seeing this message because you have DEBUG = True in your Django settings file and you haven't configured any URLs. Get to work!