Skip to content

the-akira/Django-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog

Full Featured Blog made with Django.

Features Included

  • User Registration
  • Account Management
  • Posts CRUD
  • Pagination
  • Search System
  • Password Recovery
  • Admin Interface provided by Django
  • Web Service (REST API)

Installation

Clone the Repository

git clone https://github.com/the-akira/Django-Blog.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Navigate to mysite and Run the Application

python manage.py runserver

You can now open your Web Browser and navigate to http://127.0.0.1:8000/ to see the Web Application.

About

Full Featured Blog made with Django

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors