Skip to content

access-missouri/am-django-project

Repository files navigation

am-django-project

Codacy Badge Documentation Status Build Status Coverage Status

Integration hub for all Access Missouri data sets (built in Django).

Usage and Full Documentation

This is a pretty big project with tens of thousands of lines of code and tons of different data sources. To keep things organized and simplify the process of learning what you need to know, most major documentation now happens in the project wiki.

In Brief

Requires:

  • Python 2.7 (currently testing 3.5 also)
  • PostgreSQL 9.4 or greater

To bootstrap the project locally:

make bootstrap

To run tests locally:

make test