Skip to content

protesthub/protesthub-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProtestHub

pipeline status

Requirements

# Start MariaDB
$ sudo docker run --name=protesthub_dev -e MYSQL_DATABASE=protesthub_dev -e MYSQL_USER=protesthub_dev -e MYSQL_PASSWORD=test -e MYSQL_ROOT_PASSWORD=toor -p 3306:3306 -d mariadb
$ sudo docker start protesthub_dev
# Run migrations
$ python manage.py migrate

Tests

$ python manage.py test --keepdb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published