Stallion67 / mytest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:HTML 52.8%Language:Python 40.9%Language:CSS 6.3%