UTMediaCAT / Voyage

Other
12 stars 5 forks source link

System check warnings #100

Closed amygao9 closed 4 years ago

amygao9 commented 4 years ago

python3 manage.py runserver Performing system checks...

System check identified some issues:

WARNINGS: ?: (18.W001) The standalone TEMPLATE* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DEBUG. ?: (urls.W001) Your URL pattern '^admin$' uses include with a regex ending with a '$'. Remove the dollar from the regex to avoid problems including URLs. ?: (urls.W005) URL namespace 'admin' isn't unique. You may not be able to reverse all URLs in this namespace

System check identified 3 issues (0 silenced).

You have 4 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, taggit. Run 'python manage.py migrate' to apply them.

August 11, 2020 - 13:17:38 Django version 1.11.29, using settings 'Frontend.settings' Starting development server at http://127.0.0.1:8000/

amygao9 commented 4 years ago

Applied make migrations, fixed template warnings by changing settings.py templates and adding a debug option.