With this project, we'll make it possible to order ice cream in different cities.
Python 3.7 Django 2.2.19
- Create a virtual environment and activate it
- Install the dependencies from the requirements.txt file
pip install -r requirements.txt
- In the folder with the manage.py file, run the command:
python3 manage.py runserver
Me, Myself and I