Thursday, December 19, 2019

Re: How do i add style to my django admin

hi , first you need to reinstall django : 
type this command in cmd:

pip uninstall django
pip install django

and for runserver type this command : python maange.py runserver
if you have problem get screenshot and send to me

On Thu, Dec 19, 2019 at 6:02 PM Lasisi Habeeb <lasisihabeeb67@gmail.com> wrote:
when i ran my django server using django manage.py runserver and ran 127.0.0.1:8000/admin on my web browser it prompt the django admin site but without styles

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c2f069bd-d6b2-4bdc-94ec-404342474b83%40googlegroups.com.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BJ-dZL%3DVQ9d8E6WrngewS6cOKK0eDGXTYMf7sNgoROdRx9X4A%40mail.gmail.com.

No comments:

Post a Comment