Re: Adding csv as models

2022-09-23 Thread Sajanraj T D
roup and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e8a97535-b41c-470d-a1cc-f945c123e823n%40googlegroups.com > <https://groups.google.com/d/ms

Re: What Programming Language should i learn

2022-08-30 Thread 'Steven D. Wolk' via Django users
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 view this discussion on the web visit >> https://groups.google.com/

Re: What Programming Language should i learn

2022-08-30 Thread 'Steven D. Wolk' via Django users
emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CALJWbzqwimbawRhv%2BNk%2BDvJhaw6hYx84pMyTELURGZ-WGROOpw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/C

Re: Thanks

2022-07-28 Thread 'Steven D. Wolk' via Django users
e 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 view this discussio

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Sajanraj T D
earchgate.net/profile/Abhilash_Singh_Chauhan> > <https://scholar.google.com/citations?hl=en&user=8C9pcqsJ> > <https://m.facebook.com/abhilash.chauhan>* > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Fetch email from google

2022-07-07 Thread Lakshyaraj Dash XI-D 25
ssage 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-user

Re: Django could not parse the remainder

2022-06-23 Thread Lakshyaraj Dash XI-D 25
or at /store/Could not parse the remainder: '-active' > from > > 'key.dst-active' > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails

Re: How can I work around the Django 3.2.10 cve release

2022-05-21 Thread Lakshyaraj Dash XI-D 25
gi replacing wsgi. > > I want more unit test coverage before upgrading. > > Cheers > > Mike > > -- > (Unsigned mail from my phone) > > > > ---- Original message > From: Lakshyaraj Dash XI-D 25 > Date: 21/5/22 18:02 (GMT+10:00) > To: djang

Re: How can I work around the Django 3.2.10 cve release

2022-05-21 Thread Lakshyaraj Dash XI-D 25
urity.SecurityMiddleware', > 'django.middleware.cache.UpdateCacheMiddleware', > 'django.contrib.sessions.middleware.SessionMiddleware', > 'django.middleware.locale.LocaleMiddleware', > 'django.middleware.common.CommonMiddleware', > 'django.middleware.csrf.Csr

Re: SMTP Authentification error

2022-04-27 Thread Lakshyaraj Dash X-D 25
d 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 view this discussion on the web visit > https://group

Re: How to allow user only update who belong to that post ?

2022-04-07 Thread Lakshyaraj Dash X-D 25
ind 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+unsubscr...@googlegroups.com.

Re: Static files not found

2022-02-03 Thread Lakshyaraj Dash X-D 25
CATION = 'Web_bridge.wsgi.application' >>> >>> DATABASES = { >>> 'default': { >>> 'ENGINE': 'django.db.backends.postgresql', # on utilise l'adaptateur >>> postgresql >>> 'NAME': &#x

Re: Static files not found

2022-02-03 Thread Lakshyaraj Dash X-D 25
WORD': '*', > 'HOST': 'postgresql-sudoku.alwaysdata.net', > 'PORT': '5432', > 'CONN_MAX_AGE': 500, > } > } > > AUTH_PASSWORD_VALIDATORS = [ > { > 'NAME': > 'django.contrib.auth.password_validat

Re: Potential bug: mysql-connector-python Django 3.2.11 and third-party packages that populate the Admin Site

2022-02-02 Thread Lakshyaraj Dash X-D 25
apologies if this is the wrong forum for this post. I am new at this. > Regards, > Richard. > > -- > 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

Re: django module not found

2022-01-24 Thread Lakshyaraj Dash X-D 25
> -- > 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 view this discussion on the web vi

Re: django module not found

2022-01-24 Thread Lakshyaraj Dash X-D 25
> "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f931616a-652f-4ce0-9f8d

Re: How to send data from views.py to index.html

2022-01-21 Thread Lakshyaraj Dash X-D 25
t;>>>>> >>>>>> I am sharing the views.py code also >>>>>> >>>>>> from django.shortcuts import render >>>>>> from .models import * >>>>>> from random import randint >>>>>>

Re: How to resolve this error? can anyone please help me?

2022-01-13 Thread Lakshyaraj Dash X-D 25
tring(''.join([ > File > "C:\Users\bhara\AppData\Local\Programs\Python\Python310\lib\site-packages\django\template\base.py", > line 978, in <listcomp> > node.render_annotated(context) for node in self > File > "C:\Users\bhara\AppData\Local\Prog

Re: static files not getting served

2021-12-05 Thread Lakshyaraj Dash X-D 25
; make a difference. >> >> > Please HELP >> > >> >> Please don't SHOUT. >> >> Kind regards, >> >> Kasper Laudrup >> > -- > You received this message because you are subscribed to the Google Groups > "Django users&

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CABxpZHvLyneZNPMmHthL7ALjgFaOPXvBo7RL5%2B5qUL1mdW1EGg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CABx

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
Was the documentation helpful ? You can prefer this django playlist also : https://youtube.com/playlist?list=PLK8cqdr55Tsv-D2HMdrnD32oOVBNvmxjr On Mon, Nov 29, 2021, 15:05 Lakshyaraj Dash X-D 25 < dashlakshyaraj2...@gmail.com> wrote: > Here's the official documentation : > https

Re: Developing django apps in jupyter

2021-11-29 Thread Lakshyaraj Dash X-D 25
s > M > > -- > 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 view this

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
29 Nov 2021 at 11:05, Lakshyaraj Dash X-D 25 < > dashlakshyaraj2...@gmail.com> wrote: > >> You can try out digital ocean or Amazon AWS. But digital ocean is cheap >> if you want to start, you can start at $5. >> >> On Mon, Nov 29, 2021, 14:19 Eugene TUYIZERE >&g

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
> email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CABxpZHvLyneZNPMmHthL7ALjgFaOPXvBo7RL5%2B5qUL1mdW1EGg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CABxpZHvLyneZN

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Lakshyaraj Dash X-D 25
p receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/97077339-6e26-4c7d-9653-baf215d1abf7n%40googlegroups.com > <https://groups.google.com/d/msgid/d

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Lakshyaraj Dash X-D 25
ils from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/97077339-6e26-4c7d-9653-baf215d1abf7n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/97077

Re: help

2021-10-25 Thread Lakshyaraj Dash X-D 25
> To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/0261503c-4384-46a1-aa30-b37e53713abfn%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/0261503c-4384-46a1-aa30-b37e53713abfn%40googlegroups.com?utm_medium=email&utm_source=fo

Re: django.db.utils.OperationalError: no such table abc

2021-10-22 Thread Lakshyaraj Dash X-D 25
t;>>>> >>>>> Any ideas what I can do to fix this problem? >>>>> >>>>> I tried deleting my virtual environment and creating a new one but >>>>> that did not make a difference. >>>>> >>>>> -- >>

Re: django.db.utils.OperationalError: no such table abc

2021-10-21 Thread Lakshyaraj Dash X-D 25
; >>> -- >>> 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. >>

Re: django.db.utils.OperationalError: no such table abc

2021-10-20 Thread Lakshyaraj Dash X-D 25
> > -- > 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 view this discussion on th

Re: django datatable

2021-10-20 Thread Lakshyaraj Dash X-D 25
om. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CABxpZHvN2XvzwQ0V4swjK1JD8MwY6Rq9tN8uUuqOpZFaqdjHdQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CABxpZHvN2XvzwQ0V4swjK1JD8MwY6Rq9tN8uUuqOpZFaqdjHdQ%40mail.gmail.com?u

Re: HELP ME OUT

2021-10-20 Thread Lakshyaraj Dash X-D 25
..@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/7ffc995e-f0fa-4624-8138-1e22b7413e5an%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/7ffc995e-f0fa-4624-8138-1e22b7413e5an%40googlegroups.com?utm_medium=

Re: HELP ME OUT

2021-10-20 Thread Lakshyaraj Dash X-D 25
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 view this discussion on the web visit > https://groups.google.com/d

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread Lakshyaraj Dash X-D 25
t;Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/91d9666d-f280-4c11-8b8e-c3c

Re: Hiring Django developers in Mumbai

2021-06-18 Thread Sidhesh D
t; On Thu, Jun 17, 2021 at 10:00 PM Prasad Ajmire >>> wrote: >>> >>>> Interested >>>> >>>> On Sun, May 23, 2021, 9:28 AM Sidhesh D >>>> wrote: >>>> >>>>> Hello, >>>>> >>&g

Re: Defining apps.py name while upgrading from Django 2.X to 3.X

2021-06-08 Thread Omkar D
Also want to know if this change is backward compatible? As far as I have implemented and tested, this AppConfig name changed worked fine with both 2.2 and 3.2, please mention this too while answering. On Wednesday, June 9, 2021 at 2:23:10 AM UTC+5:30 Omkar D wrote: > > In my Djan

Defining apps.py name while upgrading from Django 2.X to 3.X

2021-06-08 Thread Omkar D
stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bfc0603e-a0e0-4b4b-9ce9-b1b41a9b268fn%40googlegroups.com.

Re: Makemigrations/migrate in existing database

2021-06-08 Thread Omkar D
t; inspectdb on an existing database. >> >> 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

Resolution for #32503

2021-06-02 Thread Omkar D
sit https://groups.google.com/d/msgid/django-users/b0f78e5c-ace3-4a22-9831-244f2223a28cn%40googlegroups.com.

Hiring Django developers in Mumbai

2021-05-22 Thread Sidhesh D
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a835a37b-a40d-4662-8ccc-c5a

error

2021-04-05 Thread Kissanth D
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 view this discussion on the web visit https://groups.google.com/d/msgid/dj

Tabular inline "+" feature, to add a new form within a section is not working.

2020-12-04 Thread Sarika D
to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d0086696-cc70-4d5e-b0c3-8efb7a051507n%40googlegroups.com.

Re: DjangoProject

2020-08-12 Thread S D
ving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAJ0m4xi70WZ9ZsL4nBU3HmNU%2BZ8TLgNgL4BwAfS7%3DhxNZ-SxNg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-us

RE: collaborate to do a project for beginners

2020-08-10 Thread D . rahulsiddharth
cribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEtntjVh%2B9MxWr-GzQ-wAm3O6vREeebMdcSc7skAGXWmRuz%3D_g%40mail.gmail.com. -- You receiv

RE: Django Group Project

2020-08-10 Thread D . rahulsiddharth
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2ec6336b-

Security issue in django.db.models

2020-08-07 Thread Juan D.
essage 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 view this discussion on the web visit https://groups.google.com/d/msgid/

Model security error in shell

2020-08-07 Thread Juan D.
rs" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4aba95b6-ce53-4462-b3f5-1f652930b4c6n%40googlegroups.com.

Re: A learner following a Mosh Tutorial on Django and having a problem saving a product to SQLite

2020-05-30 Thread Matt D
mails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a2ad2f14-0144-4ce8-9100-c107b8b36d22%40googlegroups.com.

Re: A learner following a Mosh Tutorial on Django and having a problem saving a product to SQLite

2020-05-29 Thread Matt D
ribed 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5cf0bf9

Re: Page 404 error after running Django server

2020-05-04 Thread R D Saini
; urlpatterns = [ > path('admin/', admin.site.urls), > path('welcome.html', welcome) > ] > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop recei

Re: Error running Django tutorial

2020-03-24 Thread kyle D
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/61ca2cd8-70cb-4a5b-8ae7-5657ef413209%40googlegroups.com.

Re: Bootstrap not found

2020-02-16 Thread Alessandro D' Oronzo
> > > > On Sun, Feb 16, 2020 at 8:36 PM Alessandro D' Oronzo <mailto:doronz...@gmail.com>> wrote: > Hi everyone, > I have a problem with load bootstrap on my generic_template. > > This is error output: > [16/Feb/2020 14:57:37] &quo

Bootstrap not found

2020-02-16 Thread Alessandro D' Oronzo
ngo-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2F896088-95FB-4906-A2D5-0F8421907AE2%40gmail.com.

Re: Problem with Admin Page

2020-02-10 Thread Alessandro D' Oronzo
http://]about.me/maninder.s.kumar >>> <http://about.me/maninder.s.kumar?promo=email_sig> >>> >>> >>> >>> >>> On Mon, Feb 10, 2020 at 2:32 PM onlinejudge95 >>> wrote: >>> >>>> Also, traceback would be awes

Re: Problem with Admin Page

2020-02-10 Thread Alessandro D' Oronzo
Maninder Kumar > [image: http://]about.me/maninder.s.kumar > <http://about.me/maninder.s.kumar?promo=email_sig> > > > > > On Mon, Feb 10, 2020 at 2:32 PM onlinejudge95 > wrote: > >> Also, traceback would be awesome >> >> On Mon, Feb 10, 2020 at 12:09 AM

Problem with Admin Page

2020-02-09 Thread Alessandro D' Oronzo
group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/DB0F065D-5D63-438D-B5AA-DBFB05B28A54%40gmail.com.

Re: Getting the first item in a dict

2020-01-27 Thread S D
ind']['gust'], rain_prob=data['rain_prob'], latitude=data['latitude'], longitude=data['longitude'] ).save() ` Thanks. Kind regards, - SD On Mon, Jan 27, 2020 at 2:51 PM Bill Freeman wrote: > Note that these give the only value. This won't work if yo

Getting the first item in a dict

2020-01-27 Thread S D
s, - SD -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH-SnCBnnOsoTURnSzCrqqXsCWF5EEjghm9Q1UTQKrnTBAJ3iA%40mail.gmail.com.

Re: URL pattern for URL with query string

2020-01-13 Thread S D
+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/6dd43044-909b-49b2-87fc-5344508af9e8%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/6dd43044-909b-49b2-87fc-5344508af9e8%40googlegroups.com?utm

URL pattern for URL with query string

2020-01-13 Thread S D
on on the web visit https://groups.google.com/d/msgid/django-users/CAH-SnCBDKO4PzcWZB-n5QqwZtd3jMx%3DDZjCZkzQ2%3D_2cf1LOCA%40mail.gmail.com.

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread S D
be from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAECSbOuN%2BBsvoGZ4nBA5D9batL9UAYQ4crZGWmaMxYMJQ5X1sQ%40mail.gmail.com >

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-05 Thread R D SAiNi
users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/ca23cf71-2afa-490a-b9bc-366f335cf53d%40googlegroups.com &

Using the Models from two Different Projects in a single script

2019-01-15 Thread Glen D souza
o 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/CAHfehoU5V%2BbV9qAJiNhL9HmvUnbakNpt0mtRL00iaAqZNVJg6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

Re: Saving data fails because of null constraint when data is not null

2018-12-22 Thread Glen D souza
ngo/venv/lib/python3.6/site-packages/django/db/backends/utils.py", > line 85, in _execute > return self.cursor.execute(sql, params) > django.db.utils.IntegrityError: null value in column "section" violates > not-null constraint > DETAIL: Failing row contains (3, 1, Consultat

Re: Help with data bound ModelChoiceField

2018-12-13 Thread Glen D souza
oup, 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/1f80363b-47e4-490f-88e5-3c52277ea615%40googlegroups.com > <https://groups

Re: Admin site not working properly using passenger on shared hosting. Need help setting it up properly

2018-12-12 Thread Theodore D
-urls.py >> >> Please note: there are other files but I included the ones I thought were >> necessary. >> >> Thank you in advance and sorry for any inconveniences >> > -- You received this message because you are subscribed to the Google Groups "Djan

Re: Use tables from a database without creating models

2018-10-16 Thread Glen D souza
oup 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 >

Re: Problems with code in shell (Django 2 and python 3.6)

2018-10-13 Thread Luis Enrique Gonzalez D
ibed 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 htt

Re: Blog app Error: NoReverseMatch at /post/14/

2018-10-12 Thread Glen D souza
mails 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.googl

Re: Blog app Error: NoReverseMatch at /post/14/

2018-10-12 Thread Glen D souza
try renaming path('post//comment/', views.add_comment, name= 'add-comment'), to path('post//comment/', views.add_comment, name='add-comment'), On Fri, 12 Oct 2018 at 12:36, Robert CR wrote: > i fixed the error, thanks. But there is already a new one w

Re: Blog app Error: NoReverseMatch at /post/14/

2018-10-11 Thread Glen D souza
- > 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@go

Single Django App using Multiple Databases

2018-10-02 Thread Glen D souza
s@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/CAHfehoV%2BWhv8fTPYYPwKhHGF9_5ycHcr_-JS71p6E7sSfTVZzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

Re: TypeError: view must be a callable or a list/tuple in the case of include().

2018-08-25 Thread Glen D souza
url(r'^$', 'backoffice.views.home', name='home'), > File "/usr/lib/python3/dist-packages/django/conf/urls/__init__.py", line > 85, in url > raise TypeError('view must be a callable or a list/tuple in the case > of include().&#

Re: App Registeries not ready

2018-08-15 Thread Glen D souza
s 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

Re: Model formset not saving

2018-07-17 Thread Glen D souza
ld be greatly appreciated. >> >> >> -- > 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...@

Re: Django foreign-key cannot assign must be a instance

2018-07-17 Thread Glen D souza
can be stored on database without any issues. Only Django throws an > error. > > Please someone help me!!! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiv

Re: Can't access my django runserver

2018-06-30 Thread Glen D souza
ograms\Python\Python36-32\lib\importlib\__init__.py", > line 126, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "", line 994, in _gcd_import > File "", line 971, in _find_and_load > File "", li

M2M Magic Accessors without explicit ManyToMany Field

2018-05-08 Thread Clayton D
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/

Re: Porting from Cookie based authentication to JWT (except admin portal)

2018-04-24 Thread Prakash D
; You can add the JWT and a custom class which can baseclass the > login/password auth and only allow superusers to login > > On Tue, Apr 24, 2018 at 6:18 PM, Prakash D wrote: > >> Hi I'm trying to port an existing application (which uses Django admin >> portal) to

Porting from Cookie based authentication to JWT (except admin portal)

2018-04-24 Thread Prakash D
the web visit https://groups.google.com/d/msgid/django-users/be19d2d1-d912-4780-a462-53d5e7da7595%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Django custom middlware routing

2018-04-24 Thread Prakash D
ogle 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

Re: Edx LDAP Auth setting

2017-02-13 Thread 'Faruk D.' via Django users
ango-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/b705fee7-4319-4e75-8374-3a

Re: Edx LDAP Auth setting

2017-01-18 Thread 'Faruk D.' via Django users
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 th

Re: Edx LDAP Auth setting

2016-12-19 Thread 'Faruk D.' via Django users
https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5bdd7fd6-884a-4354-9220-03b5b9197362%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Model classes as containers to objects of another model

2016-07-19 Thread Ajay D
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-us

Re: Looking for Django people to attend/staff booth at PgConf.US 2016

2016-04-06 Thread Joshua D. Drake
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/57052CBC.3040900%40command

Looking for Django people to attend/staff booth at PgConf.US 2016

2016-03-14 Thread Joshua D. Drake
d 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/56E701

Re: execute code at startup

2016-03-09 Thread Vernon D. Cole
, 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/49d4a061-973e-4e54-b99a-383fdbcb2822%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: How to update a live / deployed Django project?

2016-02-10 Thread Vernon D. Cole
om. 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/3aeba092-2834-455e-a5e8-0c15be79d245%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Python Windows + Web +Mobile application: Kivy or Django

2016-02-05 Thread Vernon D. Cole
com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a902b1a2-3e1e-43a5-9caf-e9cab4446b76%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: installing django scripts on a web server

2015-12-18 Thread Vernon D. Cole
st 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/d86bcfaa-7976-40bb-8076-1e4d3bb5f1cc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

PgConf.US CFP

2015-12-07 Thread Joshua D. Drake
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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid

Re: Django model for non web applications

2015-07-03 Thread Vernon D. Cole
Magee %-) > > -- 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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/05d20585-bf6e-4c1f-8014-2ea19e2d7aa0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Django urls and Angular ui router

2015-07-01 Thread ABEL D
-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/246b0968-f6ef-4eea-acd2-ab3393b94304%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Django REST Cross Domain Request to Download a File

2015-06-30 Thread Garry D Thompson
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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.c

Re: how to do a django data migration on a massive Postgres data table (solved)

2015-05-27 Thread Vernon D. Cole
e django-user ML. > > I don't see the gist though, is the problem from me? > > On 05/22/2015 09:09 PM, Vernon D. Cole wrote: > > Django migrations are run in a single transaction (if your database is > capable of doing a rollback of DDL, as PostgreSQL is) so data migrations o

how to do a django data migration on a massive Postgres data table (solved)

2015-05-22 Thread Vernon D. Cole
ango-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/86fda457-03a2-4ef7-9d3f-e540fa0e8c1d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Converting bytes to unicode that works both in python2 and 3

2015-05-19 Thread Vernon D. Cole
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 http://groups.google.com/group/django-users. To view this discussion on

Re: data migrations for large tables on Postgres

2015-05-14 Thread Vernon D. Cole
ango would be happy? > > Johnf > > On 05/14/2015 02:43 PM, Vernon D. Cole wrote: > > I have learned the hard way this week that data migrations in django 1.8, > as wonderful has they are, do not scale. > > My test data table is now sitting at about 90,000,000 rows. I was able t

data migrations for large tables on Postgres

2015-05-14 Thread Vernon D. Cole
m. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/58bbdd64-2b6d-491f-9429-3cba8a54d94f%40googlegroups.com. For more options, vis

  1   2   3   4   5   >