sandnima / blog-with-Django

This is very simple personal blog created with Django framework (Back-end) and Bootstrap 5 (Front-end)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blog By SandNima

Still working on... Features may be added by time...

Feature

✳️ “Recent Posts”
✳️ WYSIWYG Editor
✳ Dashboard app for content writers
🔜 Admin and User Management
🔜 Commenting System
🔜 Liking System
🔜 Sharing & Distribution

Quick start

  1. Clone project repo
  2. Create venv and activate it
  3. Install requirements
    pip install -r requirements
  4. Make migrations
    python manage.py makemigrations
  5. Migrate and create db
    python manage.py migrate
  6. Create admin user
    python manage.py createsuperuser
  7. Collect static files
    python manage.py collectstatic
  8. Runserver and make your articles
    python manage.py runserver

Feel free to use and create issues and make pull requests:)

About

This is very simple personal blog created with Django framework (Back-end) and Bootstrap 5 (Front-end)

License:MIT License


Languages

Language:HTML 58.6%Language:Python 33.2%Language:JavaScript 5.2%Language:CSS 2.9%Language:SCSS 0.1%