basic stuff

This commit is contained in:
vabene1111
2018-01-31 23:40:16 +01:00
parent 598e0b1c69
commit c382e9df24
42 changed files with 1348 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!F:\Developement\Django\Recipies\venv\Scripts\python.exe
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()