tag: language_code

Creating the official Django Polls app Part 2
Maria D. Campbell
In this section, I set up the Django Polls database, explained/set LANGUAGE_CODE, USE_I18N, USE_THOUSAND_SEPARATOR, NUMBER_GROUPING, USE_TZ, and INSTALLED_APPS, create the polls models, activate the models, play with the API in the interactive Python shell, discuss the Django admin interface, create a superuser, start the development server, register polls app in polls/admin.py, and discuss the Question form in the admin interface.
#fullstack development, #macOS, #django, #admin forms, #installed_apps, #language_code, #number_grouping, #series, #time zone, #tutorial, #use_i18n, #use_thousand_separator, #use_tz