Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 1.52 KB

README.md

File metadata and controls

76 lines (57 loc) · 1.52 KB

Logo

Blog It or Not

A Blogging application, with private notes.
Explore the docs »


📥 Installation

git clone https://github.com/jiisanda/BlogitOrnot.git
pip install -r requirements.txt

⚙️ Setup

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py migrate --run-syncdb

🖌️ Create Superuser

Superuser can be created to access the django admin

python3 manage.py createsuperuser

Enter the asked fields...

🎬 Screenshots

HomePage
Home Page with List View
AddPost
Add a new Post
EditPost
Edit Post
DetailView
Detail View of a Post
Add Note
Add a Note
Update a Note
Update a note
Add Category
Add a Blog Category
UserProfile
User Profile Page

📜 LICENSE

This project is licensed under the MIT License - see the LICENSE file for details.