Added requirements
This commit is contained in:
parent
555685b77f
commit
e6a19bd80a
5
Makefile
Normal file
5
Makefile
Normal 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
1
dev-requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
pylint==2.6.0
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Django==3.1.1
|
||||||
|
markdown2==2.3.9
|
||||||
Loading…
x
Reference in New Issue
Block a user