I'm reading "Python Web Develoment With Django" and I'm a total Django
Newbie, and a total Python Newbie but I've heard so many great things
about Django I had to try it.
I been following a long in the book.
I was able to get the Blog application in the book to show in the
Admin app web interface
I researched further and found the answer to my question.
If your admin application does not show Auth and Sites and it's in
your INSTALLED_APPS tuple on your settings.py
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.co
Later I discovered also that the code was there in stubbed out version
of the urls.py file just the commented out code was a light gray color
that faded into the background.
Lesson learned is that when dealing with generated code, read all the
comments closely.
--
You received this message becau
I did forget to add that and it worked! =)
Thank you!
g
On 4/26/07, Erik Postma <[EMAIL PROTECTED]> wrote:
>
>
>
> On Apr 27, 6:11 am, mynameisgabe <[EMAIL PROTECTED]> wrote:
> > Hello all -
> >
> > I'm using django's awesome built in admin for internal folks to view
> > and manage users and t
it is not my native language.
Thx for any suggestions in advance.
Gabe
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email
I am using built-in Django admin. In my models.py file password field
is defined:
password = models.CharField(max_length=64)
I just can`t see password type field for models.
On 11 Maj, 20:26, Shawn Milochik wrote:
> It sounds like you're not using the built-in Django admin, which would
> m
ister(Priviledges)
Then when I add user using autogenerated admin panel the password
field is not which I
would like it to be.
I haven`t done any other file editions.
Gabe
On 12 Maj, 13:52, Michal Petrucha wrote:
> On Wed, May 11, 2011 at 09:58:14PM -0700, Gabe wrote:
> > I am using
Thanks for all suggestion. Subject to close (if it was forum ;))
On 12 Maj, 23:00, Michal Petrucha wrote:
> On Thu, May 12, 2011 at 09:51:24AM -0700, Gabe wrote:
> > First of all thx for all replies.
>
> > For now I don`t use auth.User model I would like to create my own. So
form variable. How can I
give it to it via inclusion tag?
best regards
Gabe
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, sen
I suggest reading about inclusion tags:
http://docs.djangoproject.com/en/1.3/howto/custom-template-tags/
worked for me
Gabe
On 13 Maj, 07:51, Mateusz Marzantowicz
wrote:
> On Fri, May 13, 2011 at 5:15 AM, robinne wrote:
>
> How can I render dynamic content in a base template if I on
Any advice? Do I have to do new form?
Gabe
On 13 Maj, 14:55, Gabe wrote:
> Hi,
>
> what I am trying to do is to put a login box which will use
> django.contrib.auth.views.login. According to documentation I`ve
> crated inclusion tag which works, but it only views form sumbit
Can it be necessary to recreate a model?
On 16 Maj, 16:32, momo2k wrote:
> Did you restart the interpreter after adding the code?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.co
the message and the rest of
comments redered but it stops on message.
Can anyone tell me what is the problem? Is it the normal behaviour?
thx in advance, sorry for my English
Gabe
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To po
Anyone any suggestions, please?
Gabe
On 29 Maj, 17:29, Gabe wrote:
> Hi,
>
> my problem is that I have somewhere in my .html file this code:
>
> {% if messages %}
>
> {% for message in messages %}
> {{
> message }}
>
> {% endfor %
14 matches
Mail list logo