Django startproject

This commit is contained in:
Ludovic Stephan 2020-11-19 17:26:07 +01:00
parent 29b1916e10
commit 5c742d5004
8 changed files with 193 additions and 0 deletions

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
django=2.2.*