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 - 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 =

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

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

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

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