Skip to content

aalkhulaifi/Django-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Templates

Using Bootstrap templates from here: https://startbootstrap.com/

Local development

This is a Django 3.0.7 project. To run this project in your development machine by following these steps:

  1. Clone this repo by running: git clone https://github.com/aalkhulaifi/Django_templates.git
  2. Create and activate virtualenv
python3 -m venv myvenv
source myvenv/bin/activate
  1. Install Django pip install django.

  2. Install dependencies:

    pip install -r requirements.txt

  3. If everything is alright, you should be able to start the Django development server:

    ./manage.py runserver

  4. Open your browser and go to http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published