Re: Django Admin: how to link to another model from one model list view ?

2020-06-28 Thread Olivier
I've found [1] which seems to match what I was after [1] https://avilpage.com/2017/11/django-tips-tricks-hyperlink-foreignkey-admin.html I hope this could also help others ... Le jeudi 25 juin 2020 10:07:15 UTC+2, Olivier a écrit : > > Hello, > > Let say your app deals with Book and Author model

Re: How to configure a DatagramHandler for logging?

2020-06-28 Thread Roy Smith
Oh, never mind. It turns out 'logging.handlers.DatagramHandler' is exactly what you need, I just didn't get all the pieces wired up right. > On Jun 28, 2020, at 9:20 PM, Roy Smith wrote: > > 'logging.handlers.DatagramHandler', -- You received this message because you are subscribed to the

Re: How to configure a DatagramHandler for logging?

2020-06-28 Thread Roy Smith
Correction, the line that says 'logging.handlers.DatagramHandler', really reads 'logging.DatagramHandler' in the code I'm running. The logging.handlers.DatagramHandler was just something I tried to see what it would do. > On Jun 28, 2020, at 9:17 PM, Roy Smith wrote: > > Python 3.7.3 > Dja

How to configure a DatagramHandler for logging?

2020-06-28 Thread Roy Smith
Python 3.7.3 Django 2.2.13 Debian Linux I'm trying to configure a DatagramHandler for logging. My LOGGING config is: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'file': { 'level': 'DEBUG', 'cla

Re: CSRF verification failed, 'CSRF token missing or incorrect'

2020-06-28 Thread maninder singh Kumar
You need to pass RequestContext in render_to_response for csrf_token Maninder Kumar about.me/maninder.s.kumar

Re: CSRF verification failed, 'CSRF token missing or incorrect'

2020-06-28 Thread Akinfolarin Stephen
can i see the error log On Mon, Jun 29, 2020 at 7:06 AM Shinster wrote: > When I try to submit a Django form with username and password, I get this > error message: > 'CSRF token missing or incorrect'. > > The CSRF token is not missing at least. > Here is where I included it in my form in my .h

Re: Required Django programmers for HR Portal project

2020-06-28 Thread Srikanth K
Hi, I am interested to do this assignment. Regards, Srikanth.K On Sun, Jun 28, 2020 at 1:27 AM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Dear group subscribers, > > I require Django programmers for an HR Job portal. It is an intern > project. > > regards willy > >

Re: Required Django programmers for HR Portal project

2020-06-28 Thread Ali Murtuza
Hello, I am intrested On Sun, 28 Jun 2020 at 7:02 PM, Dvs Khamele wrote: > Hi Maninder Kumar, > I have built several similar HR Based solutions and few chatbots of HR all > Django Backed. > So, not as an intern but I am interested in joining this project or your > company as a developer / senior

CSRF verification failed, 'CSRF token missing or incorrect'

2020-06-28 Thread Shinster
When I try to submit a Django form with username and password, I get this error message: 'CSRF token missing or incorrect'. The CSRF token is not missing at least. Here is where I included it in my form in my .html template: In **index.html:** {% csrf_token %} {{ form.as_p }}

Re: Required Django programmers for HR Portal project

2020-06-28 Thread Lokesh Kumar
Hi there!! I'm interested. I would like to know about the project. Please do respond as soon as possible. Hoping to hear from you soon. Thank you! Regards, Lokesh Kumar On Sun, Jun 28, 2020 at 1:27 AM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Dear group subscribers, > > I re

Re: Required Django programmers for HR Portal project

2020-06-28 Thread Ernest Thuku
hello I am interested On Sun, Jun 28, 2020 at 5:03 PM Dvs Khamele wrote: > Hi Maninder Kumar, > I have built several similar HR Based solutions and few chatbots of HR all > Django Backed. > So, not as an intern but I am interested in joining this project or your > company as a developer / senio

Re: Required Django programmers for HR Portal project

2020-06-28 Thread Dvs Khamele
Hi Maninder Kumar, I have built several similar HR Based solutions and few chatbots of HR all Django Backed. So, not as an intern but I am interested in joining this project or your company as a developer / senior developer. If that suits your needs. Thanks & Regards, Divyesh Khamele On Sun, 28 Ju

Re: CSS file not Loading

2020-06-28 Thread Clive Bruton
If you are testing the site with manage.py runserver, then you have to make sure debug is on. And you have to ensure the app knows where the static directories are. -- Clive On 28 Jun 2020, at 12:21, Suny wrote: Do I need to add STATICFILES_DIRS in settings.py file TREE STRUCTURE for ref

Re: Required Django programmers for HR Portal project

2020-06-28 Thread chander shekhar
Intrested On Sun, Jun 28, 2020, 6:29 PM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Just out of curiosity I would like to know more about the project John > > Regds. Willy > > Sent from my iPad > > On 28-Jun-2020, at 6:24 PM, John McClain wrote: > > Send me your details > > On S

Re: Collaborators

2020-06-28 Thread Dvs Khamele
Hi Puneet, I think this answer should help you. If you need any help let me know. [image: image.png] On Sat, 27 Jun 2020 at 21:27, Puneet Makhija wrote: > > Hello sir , Will you please please help me becuase I have to submit by > project tomorrow , please help me please > Here below is the link

Re: Collaborators

2020-06-28 Thread Dvs Khamele
Replied to you John. Please check :) On Sat, 27 Jun 2020 at 21:27, Puneet Makhija wrote: > > Hello sir , Will you please please help me becuase I have to submit by > project tomorrow , please help me please > Here below is the link , sir please please help me > > https://stackoverflow.com/questi

Re: Unable to import HTML code

2020-06-28 Thread Avi shah
I did everything , its still not showing up On Sunday, June 28, 2020 at 6:31:02 AM UTC+5:30, Ajish Gopinath wrote: > > Create view.py and url.py to include HTML page or template > > On Sat 27 Jun, 2020, 9:25 PM Avi shah, > > wrote: > >> Hi my name is Avi >> >> Just finished a course from Udemy o

CSS file not Loading

2020-06-28 Thread Suny
Do I need to add STATICFILES_DIRS in settings.py file TREE STRUCTURE for reference : . ├── db.sqlite3 ├── Fotografie │ ├── asgi.py │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-38.pyc │ │ ├── settings.cpython-38.pyc │ │ ├── urls.cpython-38.pyc │ │ └── wsgi.cpyt

Re: Required Django programmers for HR Portal project

2020-06-28 Thread maninder singh Kumar
Just out of curiosity I would like to know more about the project John Regds. Willy Sent from my iPad > On 28-Jun-2020, at 6:24 PM, John McClain wrote: > > Send me your details > >> On Sat 27 Jun 2020 at 23:03, Mottaz Hegaze wrote: >> Mr Kumar, >> >> Please checkout your inbox or spam fold

Re: Required Django programmers for HR Portal project

2020-06-28 Thread John McClain
Send me your details On Sat 27 Jun 2020 at 23:03, Mottaz Hegaze wrote: > Mr Kumar, > > Please checkout your inbox or spam folder, > > I sent you my CV with email title " [ Motaz Hejaze ] Senior Python Django > / Flask / Node.js Backend developer " > > Thanks & Regards > > On Sat, Jun 27, 2020 a

Re: Need Guidance

2020-06-28 Thread Ogunsanya Opeyemi
Can you share your template, url, and views, lets check it to see how to solve the problem On Sunday, June 28, 2020, yammunap...@gmail.com wrote: > Yes naming the location is ok. But If I sort one location other location > should be hide and details should be visible > > > > *From: *Ogunsanya O

Django as an authentication server

2020-06-28 Thread Dave R
A few weeks ago on this group, I asked for suggestions on how to enable logging into one Django app from another Django app. I didn't love the answers I got, so I rolled out my own solution: https://github.com/pandichef/djangito I'd love to get some feedback on this and/or find contributors to