Skip to content

Shakilkhan24/django_project_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJANGO_PROJECT_APP

This is a Django-based web application. Follow the steps below to set up and run the project on your local machine.

Prerequisites

Before you begin, ensure that you have the following installed:

  • Python 3.x
  • Django (installed via pip or inside a virtual environment)
  • Virtual environment tool (venv or virtualenv) is recommended for project isolation

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/Shakilkhan24/django_project_app.git
    cd DJANGO_PROJECT_APP
  2. Set up a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate  # For Linux/Mac
    venv\Scripts\activate      # For Windows
  3. Install dependencies:

    pip install -r requirements.txt
  4. Navigate to the Django project directory:

    cd /Documents/DJANGO_PROJECT_APP/DJANGO_PROJECT_APP/project/
  5. Run database migrations:

    python manage.py makemigrations
    python manage.py migrate
  6. Run the application:

    python manage.py runserver
  7. Go to the local host url , opening a browser. And signup in the web page to create an account and use that app

About

BLOG WEB APP USING django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published