debian-django-tables2/example/README.rst

5 lines
186 B
ReStructuredText

The example project only supports the latest version of Django. To get it up and running::
pip install -r requirements.pip
python manage.py syncdb
python manage.py runserver