Skip to content

hyperswiss/django-blog

 
 

Repository files navigation

Blog using Django

This made with Django2.2, bootstrap, and markdown.

See the Installation detail.

Screenshot


Homepage

homepage


Blog Page

blog-page

Usage

Run the project locally

# clone it
git clone https://github.com/iColdPlayer/django-blog.git

# move to blog dir
cd django-blog

# activate the virtual environment or you can create yourself
source env/bin/activate

# install all the dependencies
pip install -r requirements.txt

# run the project locally
./manage.py runserver

default password & user are admin.

Note:


Copyright : iColdPlayer

About

Blog using django and markdown editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.6%
  • HTML 46.4%