Skip to content

This repository contains a collection of projects with backend functionality implemented using Django, showcasing various features and capabilities of the framework.

Notifications You must be signed in to change notification settings

rakxya111/News-website

Repository files navigation

Django News Portal Web Application

This is a Django-based news portal project.

Setup Instructions

Prerequisites

  1. Python 3.x installed
  2. pip installed
  3. A virtual environment tool (optional but recommended)

Steps to Run the Project

  1. Clone the Repository

    git clone https://github.com/your-username/your-repository.git  
    cd your-repository
  2. Create a Virtual Environment (optional but recommended) python -m venv venv
    source venv/bin/activate # On Windows: venv\Scripts\activate

  3. Install Dependencies pip install -r requirements.txt

  4. Apply Migrations python manage.py makemigrations
    python manage.py migrate

  5. Run the Development Server python manage.py runserver

  6. Access the Application Open your browser and go to: http://127.0.0.1:8000/

About

This repository contains a collection of projects with backend functionality implemented using Django, showcasing various features and capabilities of the framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published