Completely Overhauled the looks of my previous project BlueBlog and Changed database to MySql.
http://blueblog1.pythonanywhere.com/
- User Registration
- User Login & Logout
- Changed MySql default encoding to utf8mb4, so that we can use emojis
- Forgot Password, Change Password, Reset Password Views
- Now using django-taggit library to include Tags and Search by tags
- User can comment, reply
- User can delete his own comment or reply
- Added permissions to the pages
- Now using Google-maps api in contact page
- Now admin will recieve mail on his gmail account when someone submitted a contact form
- User Profile
- User will redirect to previous page after login
- Fully featured RichTextEditor included
- Give feedback
- Only verified users can post or delete
- Add your images to your profile
- Create, Update, Edit & Delete Posts
- Search
- Customized admin panel
- You can use excerpts or tags for the post
- Add your excerpts and tags
- Fully responsive and a lot more
Clone project & Install Requirements
Make sure you have already installed python3 and git.
$ git clone https://github.com/Avihwr/BlueBlogOverhauled.git
$ pip install -r requirements.txt
Make sure you're in the BlueBlogOverhauled direcotry.
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py createsuperuser
$ python manage.py runserver
Andd thats it!!