An open API service indexing awesome lists of open source software.

https://github.com/sandip-sadhukhan/django-cms

A Content Management System Developed in Django framework.
https://github.com/sandip-sadhukhan/django-cms

cms django django-application django-framework djcms

Last synced: 2 months ago
JSON representation

A Content Management System Developed in Django framework.

Awesome Lists containing this project

README

        

# Django CMS
A Content Management System Developed in Django framework.

### Website : https://dj-cms.herokuapp.com

## Technologies Used
- HTML
- CSS
- Materlize CSS
- JavaScript
- Django
- Sqlite

## How to run locally
```bash
git clone https://github.com/sandippakhanna/django-cms.git
cd django-cms
python manage.py migrate
python manage.py runserver
```
Open http://localhost:8000/ in your browser.

## Features
- [x] You can write your blog and publish
- [x] You can share your blog link that everyone can see your post
- [x] Secure Authentication System
- [x] See Your blogs for future

### Developer Details

Made with ❤ by Sandip Sadhukhan.