justdjango / getting-started-with-django

A beginners course for Django
MIT License
352 stars 249 forks source link

Automate all processes via a .exe file #30

Open PadiraP opened 2 months ago

PadiraP commented 2 months ago

Automatically installs the dependencies, sets the environment variables and creates a user with a database locally in the pc. Make sure you change your database engine in settings.py Databases ={ 'default':{ 'ENGINE': 'django.db.backends.mysql',