Skip to content

djangopy-org/django_mptt_categories

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django_mptt_categories

It is django project that illustrates how to implement categories in a django site with django-mptt module

Guide link: https://djangopy.org/package-of-week/categories-with-django-mptt/

Installation guide

  1. Clone repository git clone https://github.com/karansthr/django_mptt_categories
  2. cd (change directory) to repository.
  3. Create a virtualenv virtualenv -p python3 .
  4. Activate virtualenv source bin/activate
  5. Install required packages pip3 install -r requirements.txt
  6. cd to src
  7. Run the server python3 manage.py runserver

If you want to add posts and categories then goto localhost:[port]/admin and login with username = password = djangopy or you can create new user with python python3 manage.py createsuperuser

About

It is django project that illustrates how to implement categories in a django site with django-mptt module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.2%
  • CSS 29.7%
  • Python 5.5%
  • HTML 1.6%