Skip to content

smashedr/testing

Repository files navigation

Django Bootstrap

build status coverage report

A Django Bootstrap Template Including:

User Interface

Static files include:

Django

Default setup uses these modules:

Python 2

Notes for running under Python 2:

  • Add configparser to the requirements.txt.
    • Or run pip install configparser manually.
  • Use virtualenv instead of venv.

Copying This Project

To clone a clean copy of this project int your repository:

  1. cd into development directory
  2. git clone https://git.cssnr.com/shane/django_bootstrap.git .
  3. rm -rf .git
  4. git init
  5. git remote add origin https://github.com/your-name/your-repo.git
  6. git push -u origin master

Deployment

To deploy this project on the development server:

  1. cd into deploy directory
  2. git clone https://git.cssnr.com/shane/django_bootstrap.git .
  3. pyvenv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. cp settings.ini.example settings.ini
  7. Edit the settings to your preference.
  8. python manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors