Re: warnings.warn("The Databrowse contrib app is deprecated", DeprecationWarning)
This doesn't mean that things won't work. Just that if you are installing new stuff, say, using the next version of django, it may not work there.
On Tue, Jun 11, 2013 at 5:09 PM, <snake_80_84@hotmail.com> wrote:
Hello everyone.
My question is this:
I am currently doing a small system, synchronize just a few changes in my models.py, and try to access the browser, and I do not charge it, try again with the command: python manage.py syncdb and I get this error:
/ usr/local/lib/python2.7/site-packages/django/contrib/databrowse/__init__.py: 5: DeprecationWarning: The Databrowse contrib app is deprecated
warnings.warn ("The Databrowse contrib app is deprecated", DeprecationWarning)
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object (s) from 0 fixture (s)
I hope can help me try to solve it, thanks! --
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home