Release 1.11.16 on hold?

2018-09-21 Thread Tim Graham
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8b2d6b8a-88a4-479f-844d-1eee386e63af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Django - using intermediate user group model

2018-09-21 Thread Fernando Balmaceda
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, on_delete=models.
CASCADE)

But when i try this, django throws an error:

core.Enrollment.user_groups: (fields.E300) Field defines a relation with 
model 'User_groups', which is either not installed, or is abstract.

How can I achieve this?. 
Using Django 2.0

Thanks!

-- 
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/87d6ad5d-403c-482f-824a-880c9656a0bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Web app dev job at CCA - San Francisco

2018-09-21 Thread Scot Hacker
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 San Francisco. It's challenging work 
using interesting technology on a small, talented team in a fun and 
stimulating work environment with lots of stuff going on all the time.

We're developing tools, sites, and applications to support communication, 
collaboration, information, and teaching and learning at a time of huge 
change at the college.

[image: πŸŒ€]The best part is that our customers are literally right outside 
our door. 

[image: πŸŒ€] Full stack: Django, React, SASS, Google Cloud, more... 

[image: πŸŒ€] 
https://cca.wd5.myworkdayjobs.com/en-US/CCA/job/San-Francisco/Web-Application-Developer_R504088

[image: πŸŒ€] Please share with your network!
"

./s

-- 
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e7c5d050-437c-4904-acab-3f417359a0db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error running Django tutorial

2018-09-21 Thread Asong nkemzi
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 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 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 django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/af3851c0-3442-479e-9f97-e3e7b8f883a4%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALSgtBw1tw8u42wdb0eiRFUsVQt1AE6bAPhBtjXRdnODr-TwMg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Sample Datbase data

2018-09-21 Thread Sukla Nag
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.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c05be551-efa2-4c89-853e-ed6140decae6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error running Django tutorial

2018-09-21 Thread John Meyer
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 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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/af3851c0-3442-479e-9f97-e3e7b8f883a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.