A sample app that demonstrates some simple, sustainable Django admin features and packages around custom views and actions.
Created for DjangoCon 2017. Slides can be found here
- put a
SECRET_KEY
in your env pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 0:5000
- navigate to localhost:5000/admin/
See also admin_site.py
and admin_mixins.py
for some other customizations.
Contains articles, as well as a database of dog breeds and their breed types. The breeds/groups data is real! The dogs are not. A schema:
- Breeds: http://www.akc.org/dog-breeds/
- Sample dog names: https://data.world/anchorage/dog-names/workspace/file?filename=dog-names_1.csv
For dogs, by dogs, about dogs.