This is a simple app to demonstrate bootstrap stepper in django.
- Python
- Django
- JavaScript
- JQuery
- HTML5
- CSS3
- Bootstrap
- SQLite
-
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.