Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookylukey/djangoadmintips
https://github.com/spookylukey/djangoadmintips
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spookylukey/djangoadmintips
- Owner: spookylukey
- Created: 2020-06-29T08:02:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T14:56:18.000Z (12 months ago)
- Last Synced: 2023-12-29T15:41:39.913Z (12 months ago)
- Language: Python
- Size: 95.7 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
djangoadmintips
===============This is a repo of demo apps, accompanying the the twitter account
`@djangoadmintips `_ and the blog posts at
http://lukeplant.me.uk/blog/categories/django-admin/Each folder is a self contained project. In each case:
* create a virtualenv (the code assumes Python 3, but Python 2 might work)
* install the dependencies in requirements.txt
* run the dev server using ``./manage.py runserver``