Friday, June 24, 2016

Re: python manage.py runserver error

Check running

python manage.py migrate

other thing, are you sure that you have a correct database setup?

El viernes, 24 de junio de 2016, Gary Roach <gary719_list1@verizon.net> escribió:
> Hi Saranyoo
>
> I noticed that you are using python 2.7 with django 1.9.7. I would check the django docs to see whether the two are compatible. You may want to switch to Python 3.5.. If you are in the manage.py directory when you fired off runserver it should have worked.
>
> Gary R.
>
> On 06/23/2016 06:56 PM, Saranyoo Tiaakekalap wrote:
>
> 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+unsubscribe@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.
>
> --
> 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+unsubscribe@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/c44a8ff3-27a7-64f9-5ee2-a80d1001c03d%40verizon.net.
> For more options, visit https://groups.google.com/d/optout.
>

--
"La utopía sirve para caminar" Fernando Birri



--
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+unsubscribe@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/CAG%2B5VyNUvqGZGqNiGxPsrtNaRrvdxC%2BJZaqAigqvTysEMSv5yg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment