mercy-project / mercy-kids-django

3 stars 0 forks source link

Mercy Kids API

CI Lint Python 3.8 Django

virtualenv

%> .\env\Scripts\activate.bat
(env) %> deactivate
% source bin/activate
(env) % deactivate

Database Migration

(env) % python manage.py makemigrations mercykids
(env) % python manage.py sqlmigrate mercykids 0001
(env) % python manage.py migrate
# Super User
(env) % python manage.py createsuperuser

Conventions / Style Guides

Language Following Convention
Python PEP 8

Lint

Language Linter
Python flake8

Unit test

Language Library
Python unittest