2019-04-18 21:56:57 +02:00
2019-04-18 00:58:59 +02:00
2019-04-18 00:58:59 +02:00
2019-04-18 00:58:59 +02:00
2019-04-21 12:54:16 +02:00
2019-04-21 12:54:16 +02:00
2019-04-18 00:58:59 +02:00
2019-04-18 00:58:59 +02:00
2019-04-18 00:58:59 +02:00
2019-04-18 00:58:13 +02:00
2019-04-18 00:58:13 +02:00

Installation

###Prepare database python manage.py makemigrations

###Create admin tables python manage.py migrate

###Populate the database python manage.py loaddata fixtures/db.json

###Dump the database into file python manage.py dumpdata > fixtures/db.json

###Create admin user python manage.py createsuperuser --email admin@gmail.com --username admin

###Prepare database for timelaps python manage.py makemigrations timelaps

###migrate timelaps python manage.py migrate

Exploitation

###Exécuter les tests python manage.py test

coverage run --source='.' manage.py test coverage html coverage report

###Lancement du server cd /mnt/d/Dev/Applications/timelaps_api

service postgresql start service apache2 start

python manage.py runserver

Description
No description provided
Readme 1.3 MiB
Languages
JavaScript 63.6%
CSS 24.7%
Python 11.5%
Dockerfile 0.1%