AucaCoyan / django-project

a Blogger clone made with Django framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-project

A Blogger clone made with Django framework

GitHub repo size Lines of code GitHub Pipenv locked Python version

GitHub last commit GitHub issues GitHub pull requests GitHub Code style: black

FeaturesInstallationContributing

Alt text


Features

  • Home page
  • About page
  • Bootstrap format
  • Register Page
  • Admin Page
  • Added dummy data
  • Crispy Forms
  • Login/Logout/Profile Pages
  • Profile pics, Compress img if larger than 300x300px
  • Create/Update/Delete Posts
  • Pagination
  • Email sending and password reset
  • Deployed

Installation

  1. Clone the repo
git clone https://github.com/AucaCoyan/django-project
  1. Install dependencies
pipenv install
  1. Enter into the venv
pipenv shell
  1. Run manage.py
cd django_project
python manage.py runserver

Contributing

I'm open to suggestions or PRs!

Please feel free to contribute as you wish

About

a Blogger clone made with Django framework

License:MIT License


Languages

Language:Python 53.4%Language:HTML 43.0%Language:CSS 3.6%