Using Bootstrap templates from here: https://startbootstrap.com/
This is a Django 3.0.7 project. To run this project in your development machine by following these steps:
- Clone this repo by running:
git clone https://github.com/aalkhulaifi/Django_templates.git - Create and activate virtualenv
python3 -m venv myvenv
source myvenv/bin/activate-
Install Django
pip install django. -
Install dependencies:
pip install -r requirements.txt -
If everything is alright, you should be able to start the Django development server:
./manage.py runserver -
Open your browser and go to http://127.0.0.1:8000/