Polling website test using django and git
- Use
pip install requirements.txt
python manage.py runserver
to start app and check pending migrationspython manage.py migrate
to create database configured in settings.py according to models in models.pypython manage.py sqlmigrate polls 0001
to see how the models are created in the databasepython manage.py createsuperuser
to create admin with access to db- Create questions and choices in the database or in the python shell