Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

18F/crime-data-annotations-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crime data annotations CMS prototype

Purpose

To test an idea/data model for UCR annotations and a system that would enable the folks at CJIS to maintain the dataset. The data model is inspired/lifted from 18f/crime-data-api#567.

Running the project

This project relies on docker-compose, so make sure that is installed. After cloning down the repo and moving to the project root directory, run the following:

  1. docker-compose run web python manage.py migrate (this should handle setting up the environment)
  2. docker-compose run web python manage.py loadinitialdata
  3. docker-compose up
  4. In another shell to keep ^^ running, docker-compose run web python manage.py createsuperuser and follow the prompts
  5. View the admin interface at http://0.0.0.0:8000/admin

About

A prototype of how we might allow the FBI to maintain a UCR annotations dataset

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages