Go to file
Victor Seva 07986a3e73 MT#12487 several fixes 10 years ago
repoapi MT#12487 several fixes 10 years ago
requirements MT#12487 add deploy environment and configs for uwsgi 10 years ago
.gitignore MT#7247 Initial commit 10 years ago
.gitreview MT#7505 Add .gitreview file 10 years ago
LICENSE.txt MT#7247 Initial commit 10 years ago
Makefile MT#12487 several fixes 10 years ago
README.md MT#7247 Initial commit 10 years ago
deploy.yml MT#12487 add deploy environment and configs for uwsgi 10 years ago
manage.py MT#7247 Initial commit 10 years ago
pylint.cfg MT#7247 Initial commit 10 years ago

README.md

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