django-defender/exampleapp
2019-11-25 11:11:57 +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 Run lints and other checks. (#149) 2019-11-25 11:11:57 +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.py collectstatic --noinput --settings=exampleapp.settings

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