BloggersHeaven is a website for writing their own personailised Blogs.
Clone the repo in your local system
git clone https://github.com/prabs222/BloggersHeaven.gitInstall virtualenv
py -m pip install --user virtualenvCreate a new Virtualenvironment
py -m venv envActivate the Virtualenvironment with
.\env\Scripts\activateChange directory to the folder
cd folder-where-you-cloned-the-repoInstall all the requirements with
pip3 install -r requirements.txtApply all the migrations with
python3 manage.py migrateRun the developement server with
python3 manage.py runserverYou'll see output like this
Performing system checks...
System check identified no issues (0 silenced).
July 04, 2022 - 15:50:53
Django version 4.0, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.Clone the repo in your local system
python3 manage.py createsuperuserYou will see a screen like this
Username (leave blank to use 'default'):Enter a username and press enter , you will see a screen like this
Email address:Enter an email and press enter , then you will see a screen like this
Password:Enter a password , then you will see a screen like this
Password (again):Re-enter the password and you are done! You will see a screen like this
Superuser created successfullyClient: HTML , CSS , Javascript , Froala Editor
Server: Django , Python
- Users can write personalised blogs through Froala Editor
This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️