We'll release it October 1.
--
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 post to this group, send email to djang
Hi everyone!
I am trying to add a foreign key in a model to the table intermediary
between User and Group. Something like this:
from django.db import models
from django.contrib.auth.models import User
class Enrollment(models.Model):
user_groups = models.ForeignKey(User.groups.through,
Great Django job in San Francisco - I've worked with them before and can
vouch for the crew and the school - great people, great technology
(including the Wagtail CMS). Passing this along:
"
I have an opening for a web application developer on my team at the
California College of the Arts in Sa
I figured it out thanks Guys! like every one else I just added my app
string to the application VARIABLE in *mysite/settings.py * works fabulously
On Fri, Sep 21, 2018 at 7:43 AM John Meyer
wrote:
> I have been testing this tutorial frequently over the last few days (with
> success) and am usin
Is it possible to download table data of sample databases in the tutorial ?
--
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
I have been testing this tutorial frequently over the last few days (with
success) and am using an empty string ( ‘’ ) for the route (first argument to
path) in the app’s urls.py, rather than the ‘raw’ string value I see in the
earlier posts here.
--
You received this message because you are
6 matches
Mail list logo