Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spookylukey/djangoadmintips


https://github.com/spookylukey/djangoadmintips

Last synced: 2 months ago
JSON representation

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``