Leyths / TEST-Alliance-Fleet-Finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEST-Alliance-Fleet-Finder

Install:

  1. Drop the test_main folder into your Django project and add "test_main" to your INSTALLED_APPS variable in settings.py

  2. Put the contents of /test_main/static/ into your static files directory.

  3. Install requirements in requirements.txt (pytz, Django, mysql-python)

  4. Add the line url(r'^', include("test_main.urls")) to your main application's urls.py file.

About


Languages

Language:JavaScript 84.1%Language:Python 15.9%