- Full Edit site admin
- RSS feed
- Search
- Adaptive design
- Categories
- Sitemap
- Tags
- Comments
- Pagination
Step 1: Create and enable virtual environment
$ git clone https://github.com/korolr/CMS-Django-blog.git
$ cd CMS-Django-blog
$ pip install -r requirements.txt
Step 2: Configure your postgresql and migrate
$ ./manage.py runserver