Monday, April 27, 2020

Django pollapp-3 (creating model)

Now we’ll setup the database, create our first model, and get a quick introduction to Django’s automatically-generated admin site. If you open up pollsite/settings.py you’ll notice that by default, the configuration uses SQLite. SQLite is included in Python, so you won’t need to install anything...
Share:

Sunday, April 26, 2020