Aashutosh-922 / django_app

Home Page:https://django-app-eight.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the Django App

Follow these steps to run the Django app after cloning it from the Git repository.

Prerequisites

  • Python installed on your system.

Setup

  1. Clone the repository to your local machine.

    git clone https://github.com/your-username/your-django-app.git
    
  2. python -m venv myenv

  3. myenv\Scripts\activate

4.pip install -r requirements.txt

5.python manage.py migrate

6.python manage.py runserver

About

https://django-app-eight.vercel.app

License:MIT License


Languages

Language:Python 84.2%Language:HTML 15.8%