/blog-with-Django

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

Primary LanguageHTMLMIT LicenseMIT

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:)