Show
by
  • Profile photo of SatKat

    SatKat posted an update 6 days ago

    6 days ago

    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

    • 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

        venvScriptsactivate

        # 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…

        Read more

        • View 1 reply