Can someone point me in the direction to best solve this problem. It
would easier to show you:
class Profile(models.Model):
status = models.ForeignKey(Status)
...
class Status(models.Model):
status_name = models.CharField(max_length=50)
...
I need to be able to restrict the se
I am using Nginx as a front end web server redirecting Python requests
to Apache + mod_wsgi. Everything with that is working fine. I have one
Django project running and I want to setup subdomains for a few of my
project apps.
Proposed structure:
/www/project/ -
-->/admin/ - admin.domain.com
--
Good Luck. I have a Dreamhost account for my blog (Tried a dreamhost
vps for a week and a half) and now I have a Linode slice for my Django/
Rails stuff. Quasi-democratic system as in you have the illusion of
some kind of voice.
On Oct 28, 1:17 am, Richard Jeong wrote:
> Thanks to Daniels help,
Does any one know of a professional forum package, commercial or open
source like vBulletin, phpBB or similar that easily integrates with
Django's authentication system?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
Can someone explain how to link using url names to class-based views
that include parameters?
Example:
url(r'^video/(?P\d+)/$', VideoView.as_view()),
works but all my links have to manually have "/video/{{ video.id }}/"
or similar. I cannot get {% url videos %}{{ video.id }} to work with
the fol
Aha, thanks guys. Very simple now that it was pointed out.
--
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 to
django-users+unsubscr..
6 matches
Mail list logo