MrRobotto/MrRobottoStudio
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
First run: This proyect is considered a Django application, so it must be executed like this. Requeriments: Python 3 Django 1.8 > The first run you should run these lines first: python3 manage.py makemigrations python3 manage.py migrate To run the MrRobotto Studio Server you need to run this: python3 manage.py runserver 0.0.0.0:8000