Skip to content

ZenonWrites/django_project

Repository files navigation

My Django Project

a blog app made using django

Requirements

Make sure you have the following installed:

  • Python (version 3.11)
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone https://github.com/ZenonWrites/django_project.git
cd django_project

2.Create and activate a virtual environment (optional but recommended):

python -m venv venv
source venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt

4.After installing the dependencies, apply the migrations by running the following commands:

python manage.py makemigrations
python manage.py migrate

5.runserver

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published