mirror of https://github.com/sipwise/repoapi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
501 B
501 B
repoapi
interface to manage our debian repositories metadata
go away! This is on pre-alpha^4 development stage.
Devel environment
$ make venv_dev $ source ./venv_dev/bin/activate
Create DB
(repoapi)$ ./manage.py migrate
Create superuser
(repoapi)$ ./manage.py createsuperuser
Run test server
(repoapi)$ ./manage.py runserver_plus
Tests
(repoapi)$ ./manage.py test
Reports
(repoapi)$ ./manage.py jenkins