Skip to content

bhorsujal/pih_blog_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

pih_blog_application

Steps to run:

  1. Clone the Repository in your local machine.

  2. Open the terminal (make sure you have Django installed in your virtual environment and running)

  3. Switch to the project directory containing manage.py in the cloned repository

  4. Make sure you have crispy-forms and Pillow pip-installed, follow below commands to install if not already:

    pip install django-crispy-forms

    pip install crispy-bootstrap5

    pip install Pillow

  5. Execute the following commands:

    python manage.py makemigrations

    python manage.py migrate

    python manage.py runserver

  6. Open the browser of your choice and type in the local url (http://127.0.0.1:8000/)

  7. You should be able to see the home page of our blog application.

About

PISB Internal Hackathon - Blog Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published