- Create Blog Post
- Create Blog Content Using A.I
- Delete Blog Post
- Delete Blog Post
- Edit Blog Post
- User Authentication
- Pagination
- Blog Category Filter
- User Profile
- Detail Post Page
Untitled.video.-.Made.with.Clipchamp.mp4
-
Clone the repository:
git clone https://github.com/Nandhukriss/Public-Tech-Entertainment-Blog-using-Django.git
-
Navigate to the project directory:
cd Public-Tech-Entertainment-Blog-using-Django
-
Create a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS/Linux:
source venv/bin/activate
-
-
Install project dependencies using the requirements file:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
Visit http://127.0.0.1:8000/ in your web browser to access the Django development server.