Coder Social home page Coder Social logo

kyletran77 / binblogger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m-nobinur/binblogger

0.0 0.0 0.0 11.45 MB

A comprehensive multi-user Blog App built with Django.

Home Page: http://binblogger.pythonanywhere.com/

License: MIT License

Python 100.00%

binblogger's Introduction

BinBlogger

◎◎ A comprehensive multi-user blog app

Click on the thumnail to visit the demo

Descriptions

This is a full featured Django Blog App that is customizable and extendable. This App contains almost every fucntionality a multi-user blog needs.

For better view of the project visit the Demo Site.

Blog Features

  • Multi User Authentication
  • Post CRUD
  • Comments and Reply Functionalities
  • Search Fuctionalies
  • Tag, Categories and top Categories(based on posts count) Functionalities.
  • Profile create & Profile Update on registration
  • Visual Post editor(medium-editor plugin)
  • Featured Post, Popular Posts and Recent posts
  • Post views count.
  • Redirect alert massages.
  • Preview image before upload.
  • Auto image optimization on upload.
  • Authors page with posts and commnets count.
  • Page for posts of individual tag, category and user.
  • User Authentication to view pages
  • Delete post-thumbnail when post deleted
  • Admin Panel &User dashboard with Jquery live search
  • Newsleters & Contact Page
  • Category multi-select functionalities (Jquery multiselect plugin)
  • Python Code syntax highlighter on Details view(Jquery prism plugin)

[❗] Look through the setup process before using this project so that you can avoid errors.

Setup Process

❗Make sure You have python3 and pip installed on your machine.

Step 1

  1. Create a folder where you want to clone the project.

    • I am creating a folder named ‘example’ in desktop
  2. Now navigate to "example" via cmd or terminal

(Mac)

cd ~/desktop/example

(Windows)

cd C:\Users\YourDesktopName\Desktop\example

Step 2

ℹ️ Optional but better to use a virtual environment for every project.

If don’t have any virtual environment manager installed in your machine then install one. (I will use pipenv)

For installing pipenv run

pip install pipenv
  1. Now clone the project and navigate to BinBlogger-master
git clone [email protected]:m-nobinur/BinBlogger.git
cd BinBlogger-master
  1. Install all the dependencies for the project.
pipenv install -r requirements.txt
  1. Activate the virtual environment
pipenv shell

Step 3

  1. Create a .env file in the project directory, open it with your favorite text editor and paste the bellow lines
SECRET_KEY=[YOUR SECRET_KEY]
DEBUG=True
MAILCHIMP_API_KEY=[YOUR MAILCHIMP_API_KEY]
MAILCHIMP_DATA_CENTER=[YOUR MAILCHIMP_DATA_CENTER]
MAILCHIMP_EMAIL_LIST_ID=[YOUR MAILCHIMP_DATA_CENTER]
  1. Now generate a secret key for your project.

run python on your shell

python
>>>from django.core.management.utils import get_random_secret_key
>>>get_random_secret_key()
>>>[ YOUR SECRET KEY ]
  1. Copy the secret key, open .env file again and assign the secret key. If you don't have mailchimp credentials then make sure your file look like this
SECRET_KEY=YOUR_SECRET_KEY
DEBUG=True
MAILCHIMP_API_KEY=''
MAILCHIMP_DATA_CENTER=''
MAILCHIMP_EMAIL_LIST_ID=''

⚠️ make sure not to use any space between the equal(=) sign or any quotations(“) for the secret key

ℹ️ If you want to setup Mailchimp now then go to this section

  1. Make a migrations.
python manage.py makemigrations
  1. You are all setup, let’s migrate now.
python manage.py migrate
  1. Create a superuser to rule the site 😎
python manage.py create superuser

follow the instructions

  1. Hahh! Long wait. Let’s visit the site now
python manage.py runserver

Visit http://127.0.0.1:8000/ and rock 🤘


Contribution and Support

Fork the project to contribute and give a star❤️ to support.

Contact

Find me on LinkedIn @mohammadnobinur

binblogger's People

Contributors

dependabot[bot] avatar kyletran77 avatar m-nobinur avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.