-
SatKat posted an update
Hi Hasan,
I have enrolled for Solo Builder 1.0 program. i was going through Day 5 videos ( Django in action). could you guide me where can i find manage.py script?
Thanks
SatKat
3 Comments-
what script bro?
he gave all the commands below the video -
Hi Mohamed
Below are the commands from Day 5
# 1. Create virtual environment
python -m venv venv
# 2. Activate it
venv\Scripts\activate
# 3. Install Django
pip install django
# 4. Run the server
python manage.py runserver
I have done pip install django. For the next command python manage.py runserver …. where can i find manage.py
Hope I was clear
Regards
SatKat
-
@satishkreddy16 brother, did you paste the prompt like build me the app like this…? if not
watch day 8 “Starting a New Project!”
-
-
