Thursday, December 31, 2020

Re: I cannot run django project on new windows

Have you created a new virtual environment using the new python you installed?

If not, create a new virtual environment then install the dependencies for your project then try.

On Thu, 31 Dec 2020 at 20:15, Tarek elgendy <tarekoka6@gmail.com> wrote:

I was creating a project using django. And I wanted to change the OS from 64 bit to 32 bit. On the new system, I installed a 32-bit version of Python, and when I ran the local server, I got this error:

(venv) C:\Users\titooka\Desktop\django>python manage.py runserver This version of C:\Users\titooka\Desktop\django\venv\Scripts\python.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

So what are the correct steps to run the project on the new system so as not to lose it?

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/113dfc4f-5350-449b-93d4-42efb8dc936cn%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE0AZGKROjD-_TVkh1CaqwfhE5omL19OJdVHVZWZtZKxK_k9zw%40mail.gmail.com.

Re: Exception Type: SuspiciousOperation

I deleted the db and ran the migrations again.
the actual error is this.   https://dpaste.org/7vb3

On Friday, January 1, 2021 at 1:58:17 AM UTC+5:30 Vishesh Mangla wrote:
Hi, I am facing this error and 'm stuck on it from quite a lot of time.

Any help is appreciated,
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/43a427ec-dff7-4e0e-b207-42941edbfa63n%40googlegroups.com.

Exception Type: SuspiciousOperation

Hi, I am facing this error and 'm stuck on it from quite a lot of time.
The error logs: https://dpaste.com/AVG628T9N
My code: https://dpaste.org/dSMc

I have used  :  https://pypi.org/project/django-postgres-extra/
Any help is appreciated,
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1cd3674d-6f00-4456-a24a-1a1cac3edf66n%40googlegroups.com.

I cannot run django project on new windows

I was creating a project using django. And I wanted to change the OS from 64 bit to 32 bit. On the new system, I installed a 32-bit version of Python, and when I ran the local server, I got this error:

(venv) C:\Users\titooka\Desktop\django>python manage.py runserver This version of C:\Users\titooka\Desktop\django\venv\Scripts\python.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

So what are the correct steps to run the project on the new system so as not to lose it?

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/113dfc4f-5350-449b-93d4-42efb8dc936cn%40googlegroups.com.

How to make relationship in django models in such scenario

models.py So,here i want to make Invoicemgmt model in which i can have multiple entries for Invoice table having customer,project and Invoice_amount.

Basically,requirement is that whenever i see 'view_Invoice' of some id,first i will see all data of that specific id on that page and then i want to have small table below for invoice_mgmt,where i can add amount received for that specific id invoice.

*so,i want to know what fields should i add in invoice_mgmt model for relationship "


"models.py"
class Invoice(models.Model):      company_choice = (          ('VT_India', 'VT_India'),          ('VT_USA', 'VT_USA'),      )      company = models.CharField(          max_length=30, blank=True, null=True, choices=company_choice)      customer = models.ForeignKey(Customer, on_delete=models.CASCADE)      project = models.ForeignKey(Allproject, on_delete=models.CASCADE)        invoice_title = models.CharField(max_length=15)        invoice_id = models.IntegerField(primary_key=True)      invoice_amount = models.IntegerField()      invoice_date = models.DateField(          blank=True, null=True)      invoice_duedate = models.DateField(          blank=True, null=True)        invoice_description = models.TextField()        def __str__(self):          return self.invoice_title      class Paymentmethod(models.Model):      paymentmethod_id = models.IntegerField(primary_key=True)      paymentmethod_name = models.CharField(max_length=15)        def __str__(self):          return self.paymentmethod_name      class Invoicemgmt(models.Model):      invoicemanagement_id = models.IntegerField(primary_key=True)      invoice_received = models.IntegerField()      date = models.DateField(          blank=True, null=True)      payment_method = models.ForeignKey(Paymentmethod, on_delete=models.CASCADE)

"So, basically i want to have multiple entries in invoice mgmt table for one specific invoice table id(one specific data)"

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADsP_iz2TOzNc%2BShAH-SU4xhVu_mxE1xaa1uVHdDy6Vi3mOciw%40mail.gmail.com.

Wednesday, December 30, 2020

Re: Compatibility List

P.S.
>
> Effectively 2.2 is as far as you need to go for the time being because it is an LTS release. Might make a convenient initial goal. Should be pain-free.
>
Unfortunately that's not an option.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CH2PR14MB391377CB97F4273EEDC0759DC0D60%40CH2PR14MB3913.namprd14.prod.outlook.com.

Re: Compatibility List

Thanks for your response, Mike.
I was using "changelog" and "release notes" interchangeably; sorry for the confusion.

My question is more about packages that extend Django's capabilities (i.e. django_csp, django_rq, etc.) as opposed to Django itself.

Thankfully Django has great release notes, so catching up there isn't a problem. However, what would be good way to audit third-party dependencies to find out which ones need to be updated to work with 3.1, or which haven't caught up?

Benny

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CH2PR14MB391372A0B03FB70C422841F2C0D60%40CH2PR14MB3913.namprd14.prod.outlook.com.

Re: Compatibility List

On 31/12/2020 2:16 pm, Benny M wrote:
> Hi all,
>
> I have a project that's doing a rather sizable jump from 1.11.29 to 3.1.
> I'm aware of the internal gotchas (enforced on_delete, settings syntax, etc) - but I was curious if anyone knows of a package compatibility list exists?
> Something like caniuse but for django-focused packages. Right now I'm just going through the changelogs of the packages used in the project and making an educated guess.

No need to read the changelogs unless something goes badly wrong. Read
the release notes instead.

https://docs.djangoproject.com/en/3.1/releases/

They cascade down the page all the way to 1.11

Here is the recommended mechanism ...

https://docs.djangoproject.com/en/3.1/howto/upgrade-version/

Effectively 2.2 is as far as you need to go for the time being because
it is an LTS release. Might make a convenient initial goal. Should be
pain-free.

Cheers

Mike



>
> If one doesn't exist (could be a fun and useful project?) please feel free to mention any gotchas you've found.
>
> Thanks!
> Benny
>


--
Signed email is an absolute defence against phishing. This email has
been signed with my private key. If you import my public key you can
automatically decrypt my signature and be sure it came from me. Just
ask and I'll send it to you. Your email software can handle signing.


--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d2f171c0-f261-968d-ccb5-7b0bc752df02%40dewhirst.com.au.

Compatibility List

Hi all,

I have a project that's doing a rather sizable jump from 1.11.29 to 3.1.
I'm aware of the internal gotchas (enforced on_delete, settings syntax, etc) - but I was curious if anyone knows of a package compatibility list exists?
Something like caniuse but for django-focused packages. Right now I'm just going through the changelogs of the packages used in the project and making an educated guess.

If one doesn't exist (could be a fun and useful project?) please feel free to mention any gotchas you've found.

Thanks!
Benny

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CH2PR14MB39132F7199BF556D16FE13C2C0D60%40CH2PR14MB3913.namprd14.prod.outlook.com.

Re: New Django Contract/Job Board

Hello Job,  I'm interested in helping to maintain the site, thank you .

On Tue, Dec 29, 2020, 21:01 Jacob Hyde <jrhyde96@gmail.com> wrote:
Hi everyone.

I recently created a Django contract / job board (https://djangocontracts.com). It works very similar to larajobs, but is for Django. You can create a FREE post to the board using the coupon DCFREE12 right now, or if you feel like helping maintain the site you can get 50% off using the 50PERCENTOFF coupon code. You can also sign up for instant or weekly job alerts.

I'm hoping to gain some traction with this job board, so any posting you may have would would be greatly appreciated if you also posted on this board.


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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15a5a988-f77b-43d8-9d3a-bb16f1bc08b0n%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEKe806-w_3tEjSxMtOupQ%3D1YPJSQgqku2YpAQ6epFry0XKVfw%40mail.gmail.com.

Re: attempt to write a readonly database

It's a permissions error on the file.  For those running Linux change to the directory and type  ls -l *.sqllite so we can see who the owner and group are on the file. If you are running nginx it should be the same user as nginx is configured to run as (www-data) by default.  If the owner (or group) are www-data then look at the permissions, does that user/group have read and write on the file.

If you are on windows it's the same issue either the owner or the file permissions are wrong

On Wednesday, 30 December 2020 at 16:14:10 UTC jayo...@gmail.com wrote:
I got the same error when I deployed my Django web app over Nginx server and tried to access Django admin. If anyone knows the solution please revert back.
regards,
govind



On Wed, 30 Dec 2020 at 20:45, RANGA BHARATH JINKA <bharath...@gmail.com> wrote:
hi,

Try running as the root user using sudo permissions.

All the best

On Wed, Dec 30, 2020 at 8:18 PM Steven Mapes <st...@jigsawtech.co.uk> wrote:
This normally means that the user you are running your project as does not have access to the SQLLite database file. I can see that you are running on windows so fine the database in the file system and check and change the owner as well as ensuring that the owner/group has read/write access to the file.

On Thursday, 24 December 2020 at 07:23:24 UTC parul....@gmail.com wrote:
Can anyone help with this?


OperationalError at /users/

Request Method:POST
Request URL:http://localhost:8000/users/
Django Version:3.0.3
Exception Type:OperationalError
Exception Value:
attempt to write a readonly database
Exception Location:C:\Users\parul\anaconda\envs\MyDjangoEnv\lib\site-packages\django\db\backends\sqlite3\base.py in execute, line 396
Python Executable:C:\Users\parul\anaconda\envs\MyDjangoEnv\python.exe
Python Version:3.8.5
Python Path:
['C:\\Users\\parul\\Desktop\\Djangoforms\\ProTwo',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\python38.zip',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\DLLs',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib\\site-packages']
Server time:Wed, 23 Dec 2020 16:14:46 +0000




--------->>> Also, i checked the properties in db.sqlite3, all the permissions are checked...write permission also
can anyone help 

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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...@googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a1467545-f551-4760-ac2c-d28671dc30b9n%40googlegroups.com.

Re: Configuration Django with uwsgi + NGINX

Thank you very much Carlos

On Wed, Dec 30, 2020 at 4:35 AM carlos <crocha09.09@gmail.com> wrote:

On Tue, Dec 29, 2020 at 4:57 AM Django-Learner_27 <reachme.venu27@gmail.com> wrote:

Hi, I want to know about configuration steps for connecting Django with uwgsi + NGINX. I tried through some web links but I am getting errors. Thanks in advance.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d46ce54c-15a2-42a4-8cb8-33a532ceb592n%40googlegroups.com.


--
att.
Carlos Rocha

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM-7rO12PqttzPrPuOZ_dZ6M7NBWyzLPb3oDgq5A5kTM_op55Q%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOhYkiyAGehw31O%3DM0VCaQqn9teGT9hqVeSf3A%3D0X_HL9ZXuQA%40mail.gmail.com.

Re: attempt to write a readonly database

I got the same error when I deployed my Django web app over Nginx server and tried to access Django admin. If anyone knows the solution please revert back.
regards,
govind



On Wed, 30 Dec 2020 at 20:45, RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
hi,

Try running as the root user using sudo permissions.

All the best

On Wed, Dec 30, 2020 at 8:18 PM Steven Mapes <steve@jigsawtech.co.uk> wrote:
This normally means that the user you are running your project as does not have access to the SQLLite database file. I can see that you are running on windows so fine the database in the file system and check and change the owner as well as ensuring that the owner/group has read/write access to the file.

On Thursday, 24 December 2020 at 07:23:24 UTC parul....@gmail.com wrote:
Can anyone help with this?


OperationalError at /users/

Request Method:POST
Request URL:http://localhost:8000/users/
Django Version:3.0.3
Exception Type:OperationalError
Exception Value:
attempt to write a readonly database
Exception Location:C:\Users\parul\anaconda\envs\MyDjangoEnv\lib\site-packages\django\db\backends\sqlite3\base.py in execute, line 396
Python Executable:C:\Users\parul\anaconda\envs\MyDjangoEnv\python.exe
Python Version:3.8.5
Python Path:
['C:\\Users\\parul\\Desktop\\Djangoforms\\ProTwo',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\python38.zip',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\DLLs',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib\\site-packages']
Server time:Wed, 23 Dec 2020 16:14:46 +0000




--------->>> Also, i checked the properties in db.sqlite3, all the permissions are checked...write permission also
can anyone help 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m3151VcaY1uoYhapa5e8cRdNwtzm8OND3Gf9k7qxtwOP_6Q%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWZkWQEOFsVFxyYV1nc6yt6ODEwvaQaL0r%3DdNrbbPDi8GdFqA%40mail.gmail.com.

Django MQTT Broker

Hi guys,

How r u all? Hope doing ok. 

Im working a iot project and I want to develp a panell of control with django.

¿Whats is the best or possible way to connect django to mqtt broker?

Thanks  in advance,

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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/71146354-06cb-46de-a67a-75f3e251ace4n%40googlegroups.com.

Re: Error After Heroku Deployment

Yes . I got the solution. Thanks

On Wed, Dec 30, 2020, 8:43 PM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

Run 
heroku run python manage.py makemigrations
 heroku run python manage.py migrate

All the best

On Wed, Dec 30, 2020 at 8:18 PM Sumit Pande <2018bit051@sggs.ac.in> wrote:
ProgrammingError at /accounts/login/
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
Request Method:  GET
Django Version:  3.1.1
Exception Type:  ProgrammingError
Exception Value:  
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
 I have used allauth.

Please help me with this error.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BPixk%2Bhk3-X3J4SsM%3Dz9az_KntBinoJNOPDWp8mdMf5Abr%2BGg%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315Q5g2XUNJHm4Ui2EbQDV4F9bAKGzR74--7wmo1B16jiA%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BPixk%2BUFrX7KFRZoby9uJXRxmXApu3AA6dxc71sCOp_%2BbCciA%40mail.gmail.com.

Re: attempt to write a readonly database

hi,

Try running as the root user using sudo permissions.

All the best

On Wed, Dec 30, 2020 at 8:18 PM Steven Mapes <steve@jigsawtech.co.uk> wrote:
This normally means that the user you are running your project as does not have access to the SQLLite database file. I can see that you are running on windows so fine the database in the file system and check and change the owner as well as ensuring that the owner/group has read/write access to the file.

On Thursday, 24 December 2020 at 07:23:24 UTC parul....@gmail.com wrote:
Can anyone help with this?


OperationalError at /users/

Request Method:POST
Request URL:http://localhost:8000/users/
Django Version:3.0.3
Exception Type:OperationalError
Exception Value:
attempt to write a readonly database
Exception Location:C:\Users\parul\anaconda\envs\MyDjangoEnv\lib\site-packages\django\db\backends\sqlite3\base.py in execute, line 396
Python Executable:C:\Users\parul\anaconda\envs\MyDjangoEnv\python.exe
Python Version:3.8.5
Python Path:
['C:\\Users\\parul\\Desktop\\Djangoforms\\ProTwo',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\python38.zip',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\DLLs',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib\\site-packages']
Server time:Wed, 23 Dec 2020 16:14:46 +0000




--------->>> Also, i checked the properties in db.sqlite3, all the permissions are checked...write permission also
can anyone help 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m3151VcaY1uoYhapa5e8cRdNwtzm8OND3Gf9k7qxtwOP_6Q%40mail.gmail.com.

Re: Error After Heroku Deployment

Hi,

Run 
heroku run python manage.py makemigrations
 heroku run python manage.py migrate

All the best

On Wed, Dec 30, 2020 at 8:18 PM Sumit Pande <2018bit051@sggs.ac.in> wrote:
ProgrammingError at /accounts/login/
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
Request Method:  GET
Django Version:  3.1.1
Exception Type:  ProgrammingError
Exception Value:  
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
 I have used allauth.

Please help me with this error.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BPixk%2Bhk3-X3J4SsM%3Dz9az_KntBinoJNOPDWp8mdMf5Abr%2BGg%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315Q5g2XUNJHm4Ui2EbQDV4F9bAKGzR74--7wmo1B16jiA%40mail.gmail.com.

Re: attempt to write a readonly database

This normally means that the user you are running your project as does not have access to the SQLLite database file. I can see that you are running on windows so fine the database in the file system and check and change the owner as well as ensuring that the owner/group has read/write access to the file.

On Thursday, 24 December 2020 at 07:23:24 UTC parul....@gmail.com wrote:
Can anyone help with this?


OperationalError at /users/

Request Method:POST
Request URL:http://localhost:8000/users/
Django Version:3.0.3
Exception Type:OperationalError
Exception Value:
attempt to write a readonly database
Exception Location:C:\Users\parul\anaconda\envs\MyDjangoEnv\lib\site-packages\django\db\backends\sqlite3\base.py in execute, line 396
Python Executable:C:\Users\parul\anaconda\envs\MyDjangoEnv\python.exe
Python Version:3.8.5
Python Path:
['C:\\Users\\parul\\Desktop\\Djangoforms\\ProTwo',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\python38.zip',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\DLLs',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv',   'C:\\Users\\parul\\anaconda\\envs\\MyDjangoEnv\\lib\\site-packages']
Server time:Wed, 23 Dec 2020 16:14:46 +0000




--------->>> Also, i checked the properties in db.sqlite3, all the permissions are checked...write permission also
can anyone help 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e5d80366-037b-4ebc-a4ac-9bc1e32bf5ben%40googlegroups.com.

Error After Heroku Deployment

ProgrammingError at /accounts/login/
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
Request Method:  GET
Django Version:  3.1.1
Exception Type:  ProgrammingError
Exception Value:  
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
 I have used allauth.

Please help me with this error.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BPixk%2Bhk3-X3J4SsM%3Dz9az_KntBinoJNOPDWp8mdMf5Abr%2BGg%40mail.gmail.com.

Tuesday, December 29, 2020

Re: deployment error : django + pgsql

Hi, Arisophy
No it's not the same case as I'm getting error while running "python manage.py makemigrations". But what I have gathered through this time is I need to empty the migration and cache folder as there is no error while creating a new project. I don't know why it's like that.
regards,
Govind

On Wed, 30 Dec 2020 at 08:03, Arisophy ISJ <arisophy@is-jpn.com> wrote:
Hi, Govind,

Did you see this page?


Is that situation similar to yours?

regards,
Arisophy

2020年12月30日水曜日 6:33:13 UTC+9 jayo...@gmail.com:
Initially my webapp was using sqlite and I tried migrate my data to postgresdb by following the same procedure as mentioned in the " Dev post " you just shared with me while I was deploying the webapp on nginx server but it failed with error "unknown field (s) (next_post, previous_post)".

After that I configured my project in postgresdb on my system from begining and added all the data in postgresdb so I could easily deploy my webapp, but when I tried to deploy this time I got the error message which I had posted earlier.
In simple words I'm not able to migrate in my already existing webapp(it's on postgresdb on my local machine too).
Regards,
Govind

On Wed 30 Dec, 2020, 2:39 AM Kasper Laudrup, <lau...@stacktrace.dk> wrote:
Hi Govind,

On 29/12/2020 21.57, Govind Kumar Yadav wrote:
> Like if I am trying to deploy a new project from beginning I am able to
> do that without any error but when I try to deploy my already existing
> project which works fine on my local windows machine with postgresdb it
> fails to migrate the data and pops error that relation "posts_post does
> not exist".

Are you using postgres on Windows or which database are you using? It's
not really clear from what you're writing, but if you're using sqlite,
then this might help:

https://dev.to/coderasha/how-to-migrate-data-from-sqlite-to-postgresql-in-django-182h

It seems like this has nothing to do with the operating system but is
more of a database migration issue?

> Please let me know that if it's possible to deploy a full fledged django
> webapp with al the data prepared on local host using postgresdb on Linux.

It is. You just need to make it clearer what you have done to "prepare
all the data on localhost".

Kind regards,

Kasper Laudrup

--
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...@googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/974e799a-a53d-4ed5-a8e7-c44e7a07eaddn%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWZkWTD9wnkomnNT9KJe8tYZ%2BB7avPHQqdCSLfckA7xkgigcw%40mail.gmail.com.

Re: deployment error : django + pgsql

Hi, Govind,

Did you see this page?

https://stackoverflow.com/questions/51903606/errors-when-i-try-to-migrate-in-django2

Is that situation similar to yours?

regards,
Arisophy

2020年12月30日水曜日 6:33:13 UTC+9 jayo...@gmail.com:
Initially my webapp was using sqlite and I tried migrate my data to postgresdb by following the same procedure as mentioned in the " Dev post " you just shared with me while I was deploying the webapp on nginx server but it failed with error "unknown field (s) (next_post, previous_post)".

After that I configured my project in postgresdb on my system from begining and added all the data in postgresdb so I could easily deploy my webapp, but when I tried to deploy this time I got the error message which I had posted earlier.
In simple words I'm not able to migrate in my already existing webapp(it's on postgresdb on my local machine too).
Regards,
Govind

On Wed 30 Dec, 2020, 2:39 AM Kasper Laudrup, <lau...@stacktrace.dk> wrote:
Hi Govind,

On 29/12/2020 21.57, Govind Kumar Yadav wrote:
> Like if I am trying to deploy a new project from beginning I am able to
> do that without any error but when I try to deploy my already existing
> project which works fine on my local windows machine with postgresdb it
> fails to migrate the data and pops error that relation "posts_post does
> not exist".

Are you using postgres on Windows or which database are you using? It's
not really clear from what you're writing, but if you're using sqlite,
then this might help:

https://dev.to/coderasha/how-to-migrate-data-from-sqlite-to-postgresql-in-django-182h

It seems like this has nothing to do with the operating system but is
more of a database migration issue?

> Please let me know that if it's possible to deploy a full fledged django
> webapp with al the data prepared on local host using postgresdb on Linux.

It is. You just need to make it clearer what you have done to "prepare
all the data on localhost".

Kind regards,

Kasper Laudrup

--
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...@googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/974e799a-a53d-4ed5-a8e7-c44e7a07eaddn%40googlegroups.com.

Re: paho-mqtt with django

Hi Sabuhi,

Did you find a way to display the data in real live time way?

regards,



El domingo, 23 de junio de 2019 a la(s) 11:24:12 UTC-3, sabuhi....@gmail.com escribió:
hello there!

I wonder if someone has implemented paho with django and used websockets to display realtime data from device? I am having trouble for implementing it to django, my scripts doesnt run in django..what is the best way to do that?

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b5ab3927-d123-48e2-82c1-51a78aac58ddn%40googlegroups.com.

Re: Configuration Django with uwsgi + NGINX


On Tue, Dec 29, 2020 at 4:57 AM Django-Learner_27 <reachme.venu27@gmail.com> wrote:

Hi, I want to know about configuration steps for connecting Django with uwgsi + NGINX. I tried through some web links but I am getting errors. Thanks in advance.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d46ce54c-15a2-42a4-8cb8-33a532ceb592n%40googlegroups.com.


--
att.
Carlos Rocha

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM-7rO12PqttzPrPuOZ_dZ6M7NBWyzLPb3oDgq5A5kTM_op55Q%40mail.gmail.com.

Re: deployment error : django + pgsql

Initially my webapp was using sqlite and I tried migrate my data to postgresdb by following the same procedure as mentioned in the " Dev post " you just shared with me while I was deploying the webapp on nginx server but it failed with error "unknown field (s) (next_post, previous_post)".

After that I configured my project in postgresdb on my system from begining and added all the data in postgresdb so I could easily deploy my webapp, but when I tried to deploy this time I got the error message which I had posted earlier.
In simple words I'm not able to migrate in my already existing webapp(it's on postgresdb on my local machine too).
Regards,
Govind

On Wed 30 Dec, 2020, 2:39 AM Kasper Laudrup, <laudrup@stacktrace.dk> wrote:
Hi Govind,

On 29/12/2020 21.57, Govind Kumar Yadav wrote:
> Like if I am trying to deploy a new project from beginning I am able to
> do that without any error but when I try to deploy my already existing
> project which works fine on my local windows machine with postgresdb it
> fails to migrate the data and pops error that relation "posts_post does
> not exist".

Are you using postgres on Windows or which database are you using? It's
not really clear from what you're writing, but if you're using sqlite,
then this might help:

https://dev.to/coderasha/how-to-migrate-data-from-sqlite-to-postgresql-in-django-182h

It seems like this has nothing to do with the operating system but is
more of a database migration issue?

> Please let me know that if it's possible to deploy a full fledged django
> webapp with al the data prepared on local host using postgresdb on Linux.

It is. You just need to make it clearer what you have done to "prepare
all the data on localhost".

Kind regards,

Kasper Laudrup

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d722e69c-a82b-0886-ad67-d1a3165242dc%40stacktrace.dk.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWZkWRhKTQZu8XkWPRRbTAt5smvqKyBU1zs5hjW-pa%2B1ppYEQ%40mail.gmail.com.

Re: deployment error : django + pgsql

Hi Govind,

On 29/12/2020 21.57, Govind Kumar Yadav wrote:
> Like if I am trying to deploy a new project from beginning I am able to
> do that without any error but when I try to deploy my already existing
> project which works fine on my local windows machine with postgresdb it
> fails to migrate the data and pops error that relation "posts_post does
> not exist".

Are you using postgres on Windows or which database are you using? It's
not really clear from what you're writing, but if you're using sqlite,
then this might help:

https://dev.to/coderasha/how-to-migrate-data-from-sqlite-to-postgresql-in-django-182h

It seems like this has nothing to do with the operating system but is
more of a database migration issue?

> Please let me know that if it's possible to deploy a full fledged django
> webapp with al the data prepared on local host using postgresdb on Linux.

It is. You just need to make it clearer what you have done to "prepare
all the data on localhost".

Kind regards,

Kasper Laudrup

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d722e69c-a82b-0886-ad67-d1a3165242dc%40stacktrace.dk.

Re: deployment error : django + pgsql

Like if I am trying to deploy a new project from beginning I am able to do that without any error but when I try to deploy my already existing project which works fine on my local windows machine with postgresdb it fails to migrate the data and pops error that relation "posts_post does not exist". Below one can find the attached screenshot of the error.
Please let me know that if it's possible to deploy a full fledged django webapp with al the data prepared on local host using postgresdb on Linux.
Regards,
Govind.

On Tue 29 Dec, 2020, 8:13 PM Govind Kumar Yadav, <jayonet19@gmail.com> wrote:
hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine.
Help me to get over the issues.
regards ,
Govind 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWZkWS1xzrH5u6Ntt5TjXoe21Jrbx%3D-4VWWE2GHAWsku_Eb-A%40mail.gmail.com.

New Django Contract/Job Board

Hi everyone.

I recently created a Django contract / job board (https://djangocontracts.com). It works very similar to larajobs, but is for Django. You can create a FREE post to the board using the coupon DCFREE12 right now, or if you feel like helping maintain the site you can get 50% off using the 50PERCENTOFF coupon code. You can also sign up for instant or weekly job alerts.

I'm hoping to gain some traction with this job board, so any posting you may have would would be greatly appreciated if you also posted on this board.

Check out djangocontracts.com!

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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15a5a988-f77b-43d8-9d3a-bb16f1bc08b0n%40googlegroups.com.

Django postgres high availability

Greetings

Have anyone got postgres with high availability setup to work with django ?

If yes can you please share any resources on how to do the right configuration?

Thanks

Sent from my iPhone

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/487563B4-C4B9-4E77-85CC-B5723E7216F7%40gmail.com.

Re: deployment error : django + pgsql

Give the details of not able to migrate and someone might be able to help you 

Meanwhile refer to below doc and try again. 
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-20-04


Regards,
Chetan Ganji
+91-900-483-4183


On Tue, Dec 29, 2020 at 10:05 PM Kasper Laudrup <laudrup@stacktrace.dk> wrote:
Hi Govind,

On 29/12/2020 15.43, Govind Kumar Yadav wrote:
> hi I have been trying to deploy my Django project with pgsql on Linux
> with over nginx server but i am not able to migrate for my already
> existing project which works fine in my windows machine.
> Help me to get over the issues.

No one is able to help you get over your issues, since no one knows
which issues you are having apart from lack of communication skills.

Try to take the time to write a proper question and then I'm sure
someone will be happy to take the time and write a proper answer.

Kind regards,

Kasper Laudrup

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1c48e865-75c2-7c0a-5273-86c41f81f850%40stacktrace.dk.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMKMUjuSBHRMQuPy1YiHthn4hHfXszey%3D-%3Dsc7cWaJFLXYQ0mg%40mail.gmail.com.

Re: deployment error : django + pgsql

Hi Govind,

On 29/12/2020 15.43, Govind Kumar Yadav wrote:
> hi I have been trying to deploy my Django project with pgsql on Linux
> with over nginx server but i am not able to migrate for my already
> existing project which works fine in my windows machine.
> Help me to get over the issues.

No one is able to help you get over your issues, since no one knows
which issues you are having apart from lack of communication skills.

Try to take the time to write a proper question and then I'm sure
someone will be happy to take the time and write a proper answer.

Kind regards,

Kasper Laudrup

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1c48e865-75c2-7c0a-5273-86c41f81f850%40stacktrace.dk.

Re: deployment error : django + pgsql

Can you describe the error? Is there any error message you are getting?


Make sure that your pgsql port is open to local network/your Django server connection.

Sincerely yours,




Danny Gho
dannygho.com

On Tue, Dec 29, 2020, 21:43 Govind Kumar Yadav <jayonet19@gmail.com> wrote:
hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine.
Help me to get over the issues.
regards ,
Govind 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWZkWTp6fURth4vMgJKuQTy2D2QU1it5ptR3B6%3D7-MMGz0KQg%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B%3DTpsQLfbt5vY0s5PwNg8DCpg7MyZX%3DRX7UWO-%3DRryj1U9b%3Dw%40mail.gmail.com.

deployment error : django + pgsql

hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine.
Help me to get over the issues.
regards ,
Govind 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWZkWTp6fURth4vMgJKuQTy2D2QU1it5ptR3B6%3D7-MMGz0KQg%40mail.gmail.com.

I have been stuck for Django checkbox

 

Please anyone can solve this for me

  Stackoverflow link-https://stackoverflow.com/questions/65493274/how-to-get-data-from-different-table-using-ajax-in-form-of-checkbox-in-django

Re: Django/python free Training

how can we join training .If there is any link please let me know .

On Sat, Dec 26, 2020 at 11:24 PM Veena R <veenarclk@gmail.com> wrote:
Interested

On Sat, 26 Dec, 2020, 10:24 am Madhav Nandan, <mnandan06@gmail.com> wrote:
Which version you are installing?, I think I can help you with that. However, This is not a relevant reply you posted for python training.

On Mon, Dec 21, 2020 at 7:41 PM F Fariborzi Araghi <f.fariborzi.araghi@gmail.com> wrote:
hello

i have problem

in install Django

i khnow python and i have abunta but i can not install Django

On Monday, December 21, 2020, 01:20:36 PM GMT+3:30, developer panther <abhisekrock94@gmail.com> wrote:


hi 

Let me introduce my self 
I am python developer with and over all production experience of 4 years ,my advance specialization is in RESTapi ,Django ,python ,git ,mongodb,mysql, docker ,nginx , gunicorn, celery ,redis
Aws,heroku, postgresql, django-restframework, sentry , ci/cd , PEP8, Flake8 , software architecture , data modeling also very keen to upgrade myself daily with trend 
** bonous experience with basics of ai **
openCv ,deep learning,CNN ,image processing

I have also been  several ERP,video streaming platform,food delivery,ETASK,HRMS,Digital health care system, cyber security , chatting app domain projects and client project as well 

hope i suits the requirement we can talk 

thanks and regards
Abhisek singh 

On Fri, 18 Dec 2020, 7:57 pm Python Class, <rampagetest254@gmail.com> wrote:
Hi guys,

I am manucho from Kenya and am good developer with django and python and i want to teach people what i know .I want to start a youtube channel for Django and python based tutorials ..If intrested you can message me here on concepts and projects you want covered and i will start immediately.

Regards,
Manucho.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADtqY_B2P%2BdugB%2BQhWhfF99XxhCFvAKtmfvWorwTVi2qLfFn7Q%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/732640669.1665972.1608548809060%40mail.yahoo.com.


--
Madhav Nandan

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGXYL6%2Bz41kRzAf5jpQpGb-qdwwaJcHsM_R%2BrYak9Jq%2BjbdUOQ%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAf2zWZMbGVo04aUvnb-%3D_LLwXAG3sZyX5NWR5QsiKF%3DWzHe3Q%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAG5%3DJHfPagtXbgFzCB%3DwPopj8fxHonKZ7MGZvi4%3DAMJeMOg7BA%40mail.gmail.com.