Re: finding information on modules, imports, etc.

2015-11-09 Thread Gary Roach
Actually, I think I have been looking in the wrong place for my information. What I assumed was Django functions are actually Python functions. Most if the information I need is found in the Python web sites. Obviously, I'm a bit of a Nub all around. AFLE (Another xxx learning experience.)

Re: finding information on modules, imports, etc.

2015-11-08 Thread Gergely Polonkai
It's a bit unclear what you want to do. Could you write a use case? I'm afraid of an XY problem here… On 8 Nov 2015 18:25, "Gary Roach" wrote: > I can't seem to find a "dictionary" of modules? or what ever on the use of: > > import os or other possible imports > > from django.contrib import admi

finding information on modules, imports, etc.

2015-11-08 Thread Gary Roach
I can't seem to find a "dictionary" of modules? or what ever on the use of: import os or other possible imports from django.contrib import admin possibilities.> Maybe I'm using the wrong terminology but after a gazillion searches, I still haven't found a decent reference. Any help to this