@laurent i guess it worked, but now i get the error no module named
wikicamp.wiki.. this is all the code i have so far..
from django.db import models
# Create your models here.
class Page(models.Model):
name = models.CharField(maxlength="20", primary_key=True)
content = models.T
hello,
anyone got some links for in depth django security an built in django
security thats explained for dummies? :)
--
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 emai
Obviously not and obviously I couldnt google it.
Best Regards.
--
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+unsubscr...@googlegroups.com.
To po
I browsed through books like Pro Django, Two scoops, Effective Django etc.
and I pretty much found the same things as in the documentation. I was
hoping to find, as I said before, a version for dummies with things
explained from the basics or sowhat, like how does an attack works and how
to pr
4 matches
Mail list logo