debian-django-tables2/example
Bradley Ayers 65117bfcc4 Add README for example project 2013-12-16 01:43:42 +11:00
..
app Add FileColumn 2012-09-25 21:48:24 +10:00
media/country/flags Add FileColumn 2012-09-25 21:48:24 +10:00
templates Update the example app 2012-09-14 23:02:43 +10:00
README.rst Add README for example project 2013-12-16 01:43:42 +11:00
__init__.py * Added example project to demonstrate usage. 2011-05-12 07:05:03 +10:00
manage.py the example app supports Django 1.6 2013-12-07 23:10:04 +01:00
requirements.pip Add FileColumn 2012-09-25 21:48:24 +10:00
settings.py Add FileColumn 2012-09-25 21:48:24 +10:00
urls.py Add FileColumn 2012-09-25 21:48:24 +10:00

README.rst

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