GitXplorerGitXplorer
m

mwtest

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
47b93e0c0e684f3ac671d6737e82583a862a3ce1

README.md

mm-novikov committed 7 years ago
Unverified
1a1415cf216da8f9ef7f080d425d65fe766a186f

tox build

mm-novikov committed 7 years ago
Unverified
a9f21054c3c56b6868222e4175672cf9ba2e35e1

Installed flake8. Style fixes

mm-novikov committed 7 years ago
Unverified
b42251f5336920d1d26be3bd81a375cc9757c9a5

add index to records

mm-novikov committed 7 years ago
Unverified
61a092a931631b9942953247a65ea02ca4415a70

Navigation and class based views

mm-novikov committed 7 years ago
Unverified
513cd675ab19645a5fd9062efc11bc141a0f8b17

requirements

mm-novikov committed 7 years ago

README

The README file for this repository.

Test App

Running Tests

pip install -r dev_requirements.txt
tox

Running dev application

pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites/fixtures/sites.json
./manage.py runserver