upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

settings.py DEBUG = True #142

Open apjanco opened 1 year ago

apjanco commented 1 year ago

The Django project is used to curate the data, so nearly all users will be interacting with the static site. Nonetheless, it's good practice to set DEBUG to False in deep/settings.py You may also want to add a 404 page. All of this is optional.