Added requirements

This commit is contained in:
Tris Forster 2020-09-04 23:17:50 +10:00
parent 555685b77f
commit e6a19bd80a
3 changed files with 8 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
dev-setup:
pip install -r requirements.txt
pip install -r dev-requirements.txt
./manage.py migrate
./manage.py createsuperuser --username admin --email admin@localhost

1
dev-requirements.txt Normal file
View File

@ -0,0 +1 @@
pylint==2.6.0

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Django==3.1.1
markdown2==2.3.9