Skip to content

data61/aec-election-histories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEC History Prototype

How to run:

  1. Install pipenv
  2. To install the requirements run pipenv install --three
  3. make a new superuser pipenv run django-admin createsuperuser
  4. Migrate the database pipenv run django-admin migrate
  5. Add a symlink from a "resources" link to the directory where the unziped csvs are stored
  6. Copy ./scripts/unziper.sh to the resources directory and run it
  7. Load the data pipenv run ./scripts/load_data.sh
  8. To start the server run pipenv run honcho start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published