Skip to content

LHW99/survey_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey App

This is a Django app that makes surveys. With it, users can create their own surveys and answer them. Choices are saved so that people can see how many votes each choice has.

Getting Started

This app was written with Django 3.1.2.

First, you will need to create a private_settings.py file in the survey2 directory. In it, you will need to store private settings (ie. SECRET_KEY).

Second, it's recommended to use python's virtualenv tool if building locally:

$ mkvirtualenv django_env $ python manage.py runserver

Then visit http://localhost:8000 in your web browser to view the app.

Third, to access the survey functions of the site, a login is required. You can create a superuser from the terminal to explore the site.

python manage.py createsuperuser

Follow the prompts to create your username, email, and password to login to the site.

Screenshots

ss1 ss3 ss4 ss5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published