Skip to content

srgnshtgl13/DjangoBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoBlog

Description

A blog application with django framework. It includes tree category system and advanced registration system of django.

Installation

  • Clone repository
    $ git clone https://github.com/srgnshtgl13/DjangoBlog
    $ cd DjangoBlog
  • Add python virtual environment in to the repository
    $ python3 -m virtualenv venv
  • Activate python virtual environment
    for Linux => $ source venv/bin/activate
    for Windows => \Scripts\activate
  • create requirements.txt file and add dependencies like below;
      astroid==2.2.5
      autopep8==1.4.4
      Django==2.2.8
      django-active-link==0.1.5
      django-ckeditor==5.7.1
      django-cleanup==3.2.0
      django-crispy-forms==1.7.2
      django-js-asset==1.2.2
      django-mptt==0.10.0
      isort==4.3.20
      lazy-object-proxy==1.4.1
      mccabe==0.6.1
      pep8==1.7.1
      Pillow==6.2.0
      pycodestyle==2.5.0
      pylint==2.3.1
      pytz==2019.1
      six==1.12.0
      sqlparse==0.3.0
      typed-ast==1.3.5
      wrapt==1.11.1
  • Install dependencies
    $ pip install -r requirements.txt
  • Apply Database Migrations
    $ python manage.py migrate
  • start the server
    $ python manage.py runserver

Screens

Login

Login Login-2

Register

register

Profile

profile-1 profile-2

Change Password

change-password

Blog

blog-1 blog-2

Create Post

create-post

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published