raushanrk5 / travel-blog-v2

This is the upgraded version of my Travel Blog repo, Travel blogging website built with Django and Bootstrap, Created database using SQLite. The website has separate admin section to mange the blogs.

Home Page:https://raushanrk.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travel-blog-v2

Check demo at:

https://raushanrk.pythonanywhere.com/

Clone This Project (Make Sure You Have Git Installed)

https://github.com/raushanrk5/travel-blog-v2.git

Create a virual envronment and activate it using

virtualenv env
source env/bin/activate

Install Dependencies

pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

python manage.py makemigrations
python manage.py migrate

Create SuperUser

python manage.py createsuperuser

After all these steps , you can start testing and developing this project.

About

This is the upgraded version of my Travel Blog repo, Travel blogging website built with Django and Bootstrap, Created database using SQLite. The website has separate admin section to mange the blogs.

https://raushanrk.pythonanywhere.com/


Languages

Language:JavaScript 46.6%Language:CSS 40.0%Language:HTML 9.1%Language:Python 4.3%