installed apps

9 views
Skip to first unread message

Rasika

unread,
Dec 27, 2016, 5:25:21 AM12/27/16
to Django users
hello all
my question is,on my system where all installed apps are located by django.
If i want to modify those where I can find those like admin app,auth app etc.
and how the auth_user table saves the superuser and the user created by admin for this i have to understand the admin app first.
thank you.
Please help . 

M Hashmi

unread,
Dec 27, 2016, 5:52:13 AM12/27/16
to django...@googlegroups.com
All your files at your system are located in site-packages folder. Whatever you installed even Django itself is located there. In case you need to override any method you need to subclass the original model to alter its behavior. www.djangoproject.com provides to detail documentation about how to work with the source. 

This is good approach to understand any framework by looking at its default code.

Good luck.
Mudassar

--
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...@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/971280f9-3572-4513-837c-55840a99e111%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Rasika

unread,
Dec 27, 2016, 6:21:35 AM12/27/16
to Django users
Thank you so much 
Reply all
Reply to author
Forward
0 new messages