Skip to content

Royalty252/PIH-BLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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 pip-installed, follow below commands to install if not already:

    pip install django-crispy-forms

    pip install crispy-bootstrap5

  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

THis is for the PIH 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages