Questions tagged as 'django-1.9'

1
answer

How can I use Django 1.9.6 within my virtual environment?

I'm trying to use django version 1.9.6 in the virtual environment 'myvenv' I created through the ubuntu terminal, but even after I installed it using the pip3 install django==1.9.6 command, when I use python manage.py runserver I g...
asked by 16.05.2016 / 20:16
1
answer

Custom Admin Django

I'm trying to change the login screen to a new custom screen, but it is not working. link I configured the settings: 'DIRS': [os.path.join(BASE_DIR, 'templates_admin')], I created folders and templates link But it is not wor...
asked by 22.02.2016 / 21:17
1
answer

makemigrations command in Django (1.9) does not recognize Blank = True in a boolean field

I have the following template: class Site(models.Model): """ Model for a site entry @author: Leonardo Pessoa @since: 05/09/2016 """ from decimal import Decimal consolidated_financials = models.BooleanField(bla...
asked by 28.10.2016 / 09:59
1
answer

Error in running django-admin.py in django 1.9

I'm trying to learn django and would like to understand this notification I get every time I run the django-admin!    Note that only Django core commands are listed as settings are not properly configured (error: Requested setting INSTALLED_A...
asked by 13.03.2016 / 22:24