- First Clone the Repo
git clone https://github.com/Aryanamish/dev_wiz_hackthon.git
- In the cloned Repo Create a Virtual Environment
python -m venv venv
- Activate the Virtual Environment
# for windows
venv\source\activate
# for mac and linux
source venv\bin\activate
- Install all the requirements
pip install -r requirements.txt
- Running the Server
python manage.py runserver
server will be running at http://localhost:8000
- Django (Python)
- HTML
- CSS (BootStrap)
/ # root site
/admin # admin Site
/detail/<blog slug> # blog Page
#Features
- Front Landing Page
- Blog Detail Page
- Login System For the Admins and Staff
- Admin panel (For the Site Owner) can be accessed by going to
/admin
#Thank You