django-defender/exampleapp
Jannis Leidel b4a5f886d4
Migrate to GitHub Actions. (#174)
* Add GitHub Actions test workflow.

* Add release workflow.

* Remove Travis cruft and update changelog.

* Fix deps.

* Remove Celery version restriction.

* Relax installation requirements a bit.

* Update README.rst

* Update tox.ini
2020-12-21 14:18:53 +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 Migrate to GitHub Actions. (#174) 2020-12-21 14:18:53 +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