Guys - I am new to django, need some advise . I am trying to learn how to use django from official web, while I am running through step by step .
Just the beginning of the first step while I try to start server I hit into issue . There is no change in any python after start project . Appreciate all the advice . [root@jpetetis mysite]# python manage.py runserver Performing system checks... System check identified no issues (0 silenced). Unhandled exception in thread started by <function wrapper at 0x2b75ba622500> Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/utils/aut oreload.py", line 226, in wrapper fn(*args, **kwargs) File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/core/mana gement/commands/runserver.py", line 117, in inner_run self.check_migrations() File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/core/mana gement/commands/runserver.py", line 163, in check_migrations executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS]) File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/db/migrat ions/executor.py", line 20, in __init__ self.loader = MigrationLoader(self.connection) File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/db/migrat ions/loader.py", line 49, in __init__ self.build_graph() File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/db/migrat ions/loader.py", line 176, in build_graph self.applied_migrations = recorder.applied_migrations() File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/db/migrat ions/recorder.py", line 65, in applied_migrations self.ensure_schema() File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/db/migrat ions/recorder.py", line 56, in ensure_schema with self.connection.schema_editor() as editor: File "/usr/lib/python2.7/site-packages/Django-1.9.7-py2.7.egg/django/db/backen ds/sqlite3/schema.py", line 25, in __enter__ self._initial_pragma_fk = c.fetchone()[0] TypeError: 'NoneType' object has no attribute '__getitem__' -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF7bBPAP5cqVpqt824ub4kh76podidLKRZnxFrVKtHQzr4D%2BCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.