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.
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/django-cms
- Owner: sandip-sadhukhan
- Created: 2020-10-14T11:20:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T11:32:36.000Z (over 4 years ago)
- Last Synced: 2024-01-31T18:56:33.637Z (over 1 year ago)
- Topics: cms, django, django-application, django-framework, djcms
- Language: HTML
- Homepage: https://dj-cms.herokuapp.com
- Size: 2.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.