/mytest

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

Coverage Status

Documentation

We shall install using the following commands:

python3 -m pip install -r requirements.ini

python3 -m django startproject mytest

python3 -m django startapp users python3 manage.py makemigrations python3 manage.py migrate python3 -m coverage run --source=mytest --omit='tests,migrations,admin,mytest' -m py.test -v --tb=native