Saturday, July 23, 2016

Re: Django Admin on Microsoft Visual Studio Problem



On Saturday, July 23, 2016 at 9:38:50 PM UTC-4, Jose wrote:
Hi all,

After I built my classes on Django how can I access the admin site when running it on the local server online. I was reading the django documentations and they only say  http://127.0.0.1:8000/admin/ and that forwards them to the admin site without having to make an url. I get an URL error since I never specified an URL on urls.py. I then tried to make an url and used the code on the documentation for making the polls app on an admin.py file under polls. This also did not work. Could someone tell me how I could access that admin page using Visual Studio. These are pictures of the code.

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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/50cc666e-c1d3-4523-84e7-a1b65b323c11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment