django-defender/exampleapp
2020-11-27 16:32:46 +01:00
..
__init__.py Run lints and other checks. (#149) 2019-11-25 11:11:57 +01:00
defender.sb Run lints and other checks. (#149) 2019-11-25 11:11:57 +01:00
readme.md Drop support Django < 2.2 and add support for Django > 3 2020-11-27 16:32:46 +01:00
settings.py Run lints and other checks. (#149) 2019-11-25 11:11:57 +01:00
urls.py Run lints and other checks. (#149) 2019-11-25 11:11:57 +01:00
utils.py Run lints and other checks. (#149) 2019-11-25 11:11:57 +01:00

Example App

admin password is admin:password

This is just a simple example app, used for testing and showing how things work

mkdir -p exampleapp/static exampleapp/media/static

PYTHONPATH=$PYTHONPATH:$PWD django-admin collectstatic --noinput --settings=exampleapp.settings

PYTHONPATH=$PYTHONPATH:$PWD django-admin runserver --settings=exampleapp.settings