Skip to content

This is a simple app to demonstrate bootstrap stepper in Django.

Notifications You must be signed in to change notification settings

nshaibu/SimpleDjangoAppForBootstrapStepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Bootstrap Example

This is a simple app to demonstrate bootstrap stepper in django.

Technologies

  • Python
  • Django
  • JavaScript
  • JQuery
  • HTML5
  • CSS3
  • Bootstrap
  • SQLite

Setup

Installation on Linux and Mac OS

  • Follow the guide here on how to clone or fork a repo

  • Follow the guide here on how to create virtualenv

  • To create a normal virtualenv (example myvenv) and activate it (see Code below).

    $ virtualenv --python=python3 myvenv
    
    $ source myvenv/bin/activate
    
    (myvenv) $ pip install -r requirements.txt
    
    (myvenv) $ python manage.py makemigrations
    
    (myvenv) $ python manage.py migrate
    
    (myvenv) $ python manage.py runserver
    
  • Copy the IP address provided once your server has completed building the site. (It will say something like >> Serving at 127.0.0.1....).

  • Open the address in the browser.

About

This is a simple app to demonstrate bootstrap stepper in Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published