Re: Reg: internship

2025-01-15 Thread Mahboob A
, 2025 at 11:30 PM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > Hi members, > > Below is a requirement for an Internship > > > *Company Name - Qualcore Technologies Pvt Ltd > > Company’s website http://www.qualcor

[no subject]

2023-05-11 Thread Karthik V A
Hello friends, Is there any inbuilt function in django for API. Without using REST framework and request. -- 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-

Re: Django urls error

2023-04-15 Thread Karthik V A
Bro, From myapp/ urla.py Url pattern =[ Path('hello', views.hello_delhi_capitals, name = hello_delhi_capitals)] On Sat, 15 Apr, 2023, 8:35 pm b1t, wrote: > ou haven't defined the home url that you are trying to access > > On Saturday, 15 April 2023 at 03:37:38 UTC+5:30 lalit upadhyay wrote:

Re: Django urls error

2023-04-15 Thread Karthik V A
Remove admin/ url pattern at urls.py in myapp On Sat, 15 Apr, 2023, 1:58 pm lalit upadhyay, wrote: > > *I have replaced URL ‘home/’ to ‘hello/’ but still i got same error* > On Saturday, April 15, 2023 at 7:29:15 AM UTC+5:30 Muhammad Juwaini Abdul > Rahman wrote: > >> In your urls.py you use '/h

Django-allauth & Facebook login

2023-04-01 Thread Marcelo A. Robin
Hi, I'm trying to use django-allauth to create a facebook login system. i managed to get it all done but in my local test i get an error where facebook tells me my app path is not safe. I understand that my http://localhost is missing the https://localhost. this is so ? How can I add

Loop through QuerySet in Django

2022-11-02 Thread Marcelo A. Robin
I have a processors.py file where I generate a context processor to load static data into my project's base template. I have posts and I want to generate as a kind of archive in a aside, where you can access through a link, the posts that were created in the month of August 2022 (for ex

add me

2022-09-27 Thread Tariq A Hassan
hi, please add me, +964 7716795870 -- 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

Re:

2022-09-26 Thread A Mufti - HcH
Please add me ... +62 811801250 / Mufti Pada tanggal Sen, 26 Sep 2022 pukul 19.53 Abdulfarid Olakunle < faridosk...@gmail.com> menulis: > Hello fellow developers, I will be creating a WhatsApp group chat later in > the day, So I will like my fellow Python Django Developers to join

Project Organization.

2021-12-19 Thread J A
I have an idea for an application where users submit json files that represent different data that needs to be parsed and put in a DB. I believe there may be many many different types of this input data over time so I had this idea that I would break down the different models by applications

Error admin

2021-10-15 Thread Eduardo A Castillo
typeerror en /admin/ 'set' object is not reversible [image: Error al ejecutar admin en Django via web.PNG] My code is: (urls.py) from django.contrib import admin from django.urls import path from aplicacion1 import views from django.conf.urls import include urlpatterns = [ path('admin/',

Django for beginners

2021-07-22 Thread Frank A. Gerbode, M.D.
Working through /Django for Beginners/ book. May need occasional help. Is there any help section for this book specifically? Thanks! --Sarge -- Frank A. Gerbode, M.D. (sa...@gerbode.net) 11132 Dell Ave Forestville, CA 95436-9491 Home phone: 707-820-1759 Website: http://www.gerbode.net &quo

Re: libespeak.so.1: cannot open shared object file: No such file or directory

2021-07-21 Thread A- KASH
Thanks Kasper, I mean that it's working fine before deployment but after deployment it's not working, also installed espeak but still not working. On Wed, 21 Jul 2021 at 22:37, Kasper Laudrup wrote: > On 21/07/2021 15.57, A- KASH wrote: > > Text to speach pyttsx3 is not

libespeak.so.1: cannot open shared object file: No such file or directory

2021-07-21 Thread A- KASH
Text to speach pyttsx3 is not working online ,its working fine on my labtop but after deployment its not working ,getting error that libespeak.so.1: cannot open shared object file: No such file or directory. please help. -- You received this message because you are subscribed to the Google G

how to stop pyttsx3 speech whenever I want

2021-07-19 Thread A- KASH
Please help me to stop the text speech when i click on the same button(the button which start the function) No, answer available on stackoverflow https://stackoverflow.com/questions/57525684/how-to-stop-pyttsx3-speech-whenever-i-want -- You received this message because you are subscribed to

503 for https://docs.djangoproject.com/

2021-07-04 Thread xiao A Zhuang
Error 503 certificate has expired certificate has expired Guru Mediation: Details: cache-hkg17930-HKG 1625381791 3724040438 Varnish cache server -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Using jsonb_array_elements with querysets

2021-05-31 Thread Jameel A.
I’m trying to use the jsonb_array_elements Postgres function with querysets but I am running into issues. I defined a custom Func as: class JsonbArrayElements(Func): function = 'jsonb_array_elements' While this does seem to result in proper sql when used in an annotation, the i

Oracle database sequences generated by Django

2021-04-23 Thread Harold A
Hello everyone. I have a web application built in Django == 1.11.6, when the migrations were generated in oracle the sequences are created and they can be modified and even deleted. When I update to django 3 and I generate the migrations again, it creates the sequences with a name similar to

Oracle database sequences generated by Django

2021-04-06 Thread Harold A
Hello everyone. I have a web application built in Django == 1.11.6, when the migrations were generated in oracle the sequences are created and they can be modified and even deleted. When I update to django 3 and I generate the migrations again, it creates the sequences with a name similar to

Re: Conectarme a un AS/400 desde Django

2021-01-28 Thread EDWARD A. LUGO A.
; has no attribute 'BOOLEAN'* y no me deja conectarme con los archivos dentro del AS/400 Por favor me puedes corregir donde estoy cometiendo el error? Muchas gracias por tu tiempo. El mié, 27 de ene. de 2021 a la(s) 13:25, Miguel Ángel Cumpa Ascuña ( miguel.cumpa.asc...@gmail.com) escribi

Conectarme a un AS/400 desde Django

2021-01-27 Thread EDWARD A. LUGO A.
Buenos días, soy nuevo en Django y no he podido conectarme a un archivo que tengo dentro de un AS/400. La Librería se llama: RORIVENTAA y el archivo se llama: IVARET por favor si me pueden dar una mano, muchas gracias de antemano. -- You received this message because you are subscribed to

about django documentation

2021-01-19 Thread a a
i have end the django introduction but i do not know where continue i was start with models but there are error in terminal NameError: name 'Person' is not defined this is link: https://docs.djangoproject.com/en/3.1/topics/db/models/ -- You received this message because you are subscribed to th

about django documentation

2021-01-19 Thread a a
how can i understand from documentation? i was ended the introduction then i have continue to models but how can i implementation? -- 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 i

Re: api

2020-12-26 Thread Kris A. Stern
No worries 😀 Can happy to all of us when we are trying to contribute On Sat, 26 Dec 2020 at 22:22 Clifford Okorie wrote: > Hello Kris, No worries, I'm new here and don't know how things work... > > On Sat, Dec 26, 2020, 10:56 Kris A. Stern wrote: > >> No worries,

Re: api

2020-12-26 Thread Kris A. Stern
No worries, Clifford. Kasper is really a very nice but tormented person. Kind of like me. Cheers, K.S. On Sat, 26 Dec 2020 at 17:54 Clifford Okorie wrote: > Hello Kris, I don't get but he made a post on how to serialize django > function or was he not the one... > > On Sat, De

Re: api

2020-12-25 Thread Kris A. Stern
Dear Clifford, Do you know who Kasper is? What are you trying to prove the maintainer of this mailing list? Are you confused, or just rude? Regards, K.S. On Sat, 26 Dec 2020 at 14:12, Clifford Okorie wrote: > Hello Kasper, you will create a serialiser file (serialisers.py) where > you

Re: Can anyone Contribute or Collaborate On a Django project

2020-12-25 Thread Kris A. Stern
Can you guys take such activity elsewhere please? This is not a social media platform afterall. And it can get kind of annoying receiving all these unsolicited emails regarding some matter not relevant to me. K.S. On Sat, 26 Dec 2020 at 12:51, Madhav Nandan wrote: > No worry, I just asked

Re: return self.template % self.parts KeyError: 'deferrable'

2020-12-25 Thread Kris A. Stern
x27;deferrable' > > I am getting above error when I tried python manage.py > > > > Since it seems like you're the only one getting that error, it is most > likely because there's some important information you're not sharing. > > If you seriously w

Re: Django Job

2020-12-20 Thread Kris A. Stern
Thanks so much, Kasper for the prompt avec décisive response to the said emails. Cheers, Kris On Mon, 21 Dec 2020 at 03:12, Kasper Laudrup wrote: > Hi Clifford, > > On 20/12/2020 17.07, Clifford Okorie wrote: > > > > Hello mates, I'm looking for a Django paid

Re: MarketPlace Suggestion Using Django

2020-12-17 Thread Kris A. Stern
Thought this might be very useful background reading for your project in more broader strokes: https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react Good for the essential concepts I reckon. Hope it helps! Cheers, Kris On Thu, 17 Dec 2020 at 15:04

Re: django app deployement

2020-12-11 Thread Kris A. Stern
Hey, Do you mean to ask how to run Django locally on Windows 10, or how to deploy the Django app for production on a Windows server? For example: https://docs.djangoproject.com/en/3.1/howto/windows/ If it’s for production I prefer using Heroku for a seamless integration of my local to my

Re: controlling stdout

2020-12-04 Thread Kris A. Stern
run out of ideas to > test. > > Thank you, > > -Tom > > On Wed, Dec 2, 2020 at 10:32 PM Tom Sgouros wrote: > >> Hello all: >> >> I have a Django application that dispatches processing to a matlab script >> using exec. How can I capture the stdout and st

Re: Is it possible to use REST API on Django template ?

2020-11-30 Thread Kris A. Stern
provided useful links for consuming APIs. Just want to > emphasize some concepts between server-side and client-side codes. > A django template is rendered into a page on the *server side*. That > means, the server does the work and prepares the html content before > sending it to the browse

Re: Is it possible to use REST API on Django template ?

2020-11-25 Thread Kris A. Stern
Maybe this article from JetBrains can help: https://blog.jetbrains.com/pycharm/2017/01/webinar-adding-a-rest-api-to-a-django-application/ Hope that helps! Cheers, K.S. On Thu, 26 Nov 2020 at 00:20, Farai M wrote: > Very possible you can create urls for API with the rest framework t

Re: Ecommerce website

2020-08-14 Thread Mahamat A.
Hi karan , I'm muhammed from Turkey, i saw your message on the group then i follow the links to check it out , i found that you made a very great job, congratulations. i'm also creating an E-commerce web site with django, here is mywhatsapp number +9053159653379. if you can give

REUTILISER UN CITE DJANGO

2020-07-05 Thread C L A S S E 1
*BONJOUR A TOUTES A TOUS* *si je décharge un site(une application django) est ce que je peut l utiliser sur mon environnement de développement qui lui contient déjà porte un site qui existe déjà. ou je dois créer un environnement appart. si possible comment merci* -- You received

how to use a cite in my envir django

2020-07-05 Thread C L A S S E 1
if i download a cite how to use this cite in my envir django with my cite django... sould I do an auther envir . if possible how ? thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Bootstrap drop down menu not clickable.

2020-05-16 Thread Simon A
did > other bootstrap features worked well except for the dropdown? > > On Sat, May 16, 2020, 3:51 PM sunday honesty > wrote: > >> All right >> >> On Sat, May 16, 2020, 3:49 PM Simon A wrote: >> >>> Try to run the pip install command if you haven

Re: Bootstrap drop down menu not clickable.

2020-05-16 Thread Simon A
t found, no module named bootstrap 4" > > On Sat, May 16, 2020, 3:31 PM Clive Bruton wrote: > >> >> On 16 May 2020, at 15:03, sunday honesty wrote: >> >> > I did that and got a TemplateSyntaxError stating that bootstrap4 is >> > not a regis

Re: Bootstrap drop down menu not clickable.

2020-05-16 Thread Simon A
Is it in you installed apps? On Sat, May 16, 2020, 22:04 sunday honesty wrote: > I did that and got a TemplateSyntaxError stating that bootstrap4 is not a > registered tag library > > -- > You received this message because you are subscribed to a topic in the > Google Gr

Bootstrap drop down menu not clickable.

2020-05-16 Thread Simon A
Try to include the dependencies inside the block content. Here is what I did {% block content %} {% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript %} -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Python Django Training

2020-02-06 Thread Raj G. A
Hi I am interested to attend the python and Django online training. Please add me as well for the training classes. Thanks in advance. On Saturday, 1 February 2020 19:12:52 UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up an

RES: static files

2020-02-03 Thread Murilo A. Gigliotti
laying. Fine. Now I extend an app with the directories project/app/static/css and project/app/static/js and in the subdirectory css I put a app.css in it and for testing I write there header { background-color: #88; } In the html-template I write: {%

RES: Python Django Training

2020-02-03 Thread Murilo A. Gigliotti
Hi, Please, add me! Email: mur...@gigliottitech.com.br Regards, Murilo Gigliotti De: django-users@googlegroups.com [mailto:django-users@googlegroups.com] Em nome de MEGA NATHAN Enviada em: segunda-feira, 3 de fevereiro de 2020 10:01 Para: django-

RES: Django 3 material

2020-01-27 Thread Murilo A. Gigliotti
Hi Nathaniel, The best way is the oficial project documentation website. https://docs.djangoproject.com/en/3.0/ Regards, ASSINATURA DE EMAIL - GTI TECH v2 Odoo icone2 Odoo Business Partner Mais informações visite http://www.gigliottitech.c

Re: Django bootstrap calendar

2020-01-20 Thread Muhammed Rafi A
Refer this https://simpleisbetterthancomplex.com/tutorial/2019/01/03/how-to-use-date-picker-with-django.html On Mon, Jan 20, 2020 at 8:15 PM Perceval Maturure wrote: > Dear All > Is there anyone who has used the djangobootrstrap calendar in Django 2.xxx > project? > > -- > You received this mes

Re: Primary Key

2020-01-20 Thread Muhammed Rafi A
import uuid uuid.uuid4().hex[:8] or from django.utils.crypto import get_random_string get_random_string(8).lower() def get_random_string(length=12, allowed_chars='abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'): On Mon, Jan 20, 2020 at 2:31 PM Soumen Khatua wrote: > Hi Fo

field not editable after saving the first record

2020-01-15 Thread Harold A
Hi everyone I require your contributions to do the following. I have a form with some fields, what I need is that it allows saving the first time but when the form is to be edited, it does not allow the editing of the support field which is where a pdf file is loaded. try like this def

Re: Safe way to set keys, such as Stripe keys, in settings?

2020-01-15 Thread Mohamed A
In heroku online platform add STRIPE_TEST_PUBLIC_KEY as environment variable. Then, STRIPE_TEST_PUBLIC_KEY = os.environ.get("STRIPE_TEST_ PUBLIC_KEY") Le mer. 15 jan. 2020 à 11:32, Bill Talcott a écrit : > Hello. This should be simple, but... I haven't found a good an

Re: How to do SEO for my django website

2020-01-14 Thread Mohamed A
Please, check an alternative from here https://djangopackages.org/grids/g/seo/ On Mon, Jan 13, 2020 at 10:40 PM Roshan Shah wrote: > Anyone fixing django-seo to be compatible with Django 3.0? > > On Fri, Jan 3, 2020 at 7:54 AM Yash Garg wrote: > >> rollyourown.seo in not compatible with latest

Re: Django tutorial part 2: "It’s important to add __str__() methods to your models"

2020-01-14 Thread Mohamed A
the issue is related to PEP8. You need to space it a little bit :) leave an empty line before __str__ . And it is not an error, it is just a warning :) On Mon, Jan 13, 2020 at 11:27 PM Julius Lange wrote: > Okay, thank you guys! > > I figured it out. The reason was another issue and

Re: select field(s) from myytable;

2020-01-10 Thread Muhammed Rafi A
you specify. If you don’t specify the fields, each dictionary will >> contain a key and value for every field in the database table. > > > Em sex., 10 de jan. de 2020 às 09:37, Mohsen Pahlevanzadeh < > m.pahlevanza...@gmail.com> escreveu: > >> Hello everybody, >> &

Re: Csrf_exempt

2020-01-09 Thread Riyasutheen A
Hi, Use postman interceptor extension in your browser to get correct csrf token in postman as well. Thanks On Thu, 9 Jan, 2020, 11:49 PM Soumen Khatua, wrote: > post method is working on browser but I'm getting the error in post man? > > On Thu, Jan 9, 2020 at 10:27 PM Integr@te System > wrot

Django integration with node js

2020-01-09 Thread Muhammed RAFI A
Django integration with node js for any reference -- 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 discuss

Re: Override value of a TextField class method.

2020-01-06 Thread Mohamed A
Hint:.. __init__ is a constructor not any method. Le lun. 6 jan. 2020 à 23:02, Fabio da Silva Pedro < fabio.silvape...@gmail.com> a écrit : > Easy. You need to provide attrs as dict to the new object. >> >> > Ok, I thought about that too, but I don't know how t

Re: Override value of a TextField class method.

2020-01-06 Thread Mohamed A
Easy. You need to provide attrs as dict to the new object. Le lun. 6 jan. 2020 à 21:36, Fabio da Silva Pedro < fabio.silvape...@gmail.com> a écrit : > Hi everyone! > > this is an excerpt line from my model > > observacoes = models.TextField(null=True, blank=True, > v

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-06 Thread Mohamed A
Can you please check whether the python interpreter inside the virtual environment is python 2 or python 3 ? In order to do so, you need to goto to the virtualenv folder, activate cargo env, and then check "python -V" On Mon, Jan 6, 2020 at 7:10 PM Kasper Laudrup wrote: > Hi Bhushan, > > On 06/0

Re: JSONDecodeError

2020-01-06 Thread Mohamed A
According to the documentation <https://docs.python.org/3/library/json.html#json.loads> > If the data being deserialized is not a valid JSON document, a > JSONDecodeError > <https://docs.python.org/3/library/json.html#json.JSONDecodeError> will > be raised. > however th

Re: SyntaxError SECRET_KEY

2020-01-05 Thread Mohamed A
Be careful your secret key contains a # Which comment everything after Le dim. 5 jan. 2020 à 22:06, 'Dash LaLonde' via Django users < django-users@googlegroups.com> a écrit : > Well I can't go any further, I keep getting SyntaxError SECRET_KEY, the > only thing I

RES: Hello Everbody! Happy New Year

2020-01-04 Thread Murilo A. Gigliotti
Hi Desh Deepak Thanks for your message and wishes. I am gonna send you a WhatsApp message to your phone signature. Or let me know you own email. ___ Murilo A. Gigliotti +55 (11) 95272-8600 Alternative email: muril...@gmail.com De: django-users@googlegroups.com

Re: Multi return values in single function

2020-01-04 Thread Muhammed Rafi A
return render(request, 'index.html', content) On Sat, Jan 4, 2020, 8:09 PM nrupesh08 wrote: > hi, > I design cms design on the company profile website. > 5 pages on the website: > index, about, services, projects, contact. > > the problem is, > to display easily DB to frontend expect index pag

Hello Everbody! Happy New Year

2020-01-04 Thread Murilo A. Gigliotti
Hello All, Thanks for the opportunity to stay here in the group. Let me introduce myself. My name is Murilo Gigliotti, I am from Brazil and I live in São Paulo city. I've been studying Python + Django since the beginning of 2019. Now I am able to help the community with my work. I h

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread Mohamed A
How about deleting your virtualenv and recreating a new one. It may be located here ::: C:\Users\\.virtualenvs\cargo When reactivated, could you please provide as with the results of "echo $PATH" from cmdline. On Fri, Jan 3, 2020 at 7:09 PM sanusi ibrahim adekunle < ibrahimsanusiw

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Muhammed Rafi A
password is not correct, check them or reset the password ones more On Fri, Jan 3, 2020 at 2:58 PM shailendra singh wrote: > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/Library/Frameworks/Python.framework/Versions/3.8/l

RES: Microservice with django

2019-11-08 Thread Murilo A. Gigliotti
nome de Salim Kachemela Enviada em: sexta-feira, 8 de novembro de 2019 15:04 Para: django-users@googlegroups.com Assunto: Re: Microservice with django I was wondering the same thing On Fri, 8 Nov 2019, 20:15 salimon jamiu olashile, wrote: Hello all, How can I build a Django project/app

Re: Django 2.2.6 fails to serve some static files in Windows 10

2019-10-04 Thread A B
This problem also happens in Linux, with exactly the same symptoms. A workaround has been found! It works when the file is in the proper staticfiles folder and not inside a subdirectory. If I add "styles.css" to the directories: *STATICFILES_DIRS = [os.path.join(BASE_DIR, 

Re: Translator of words and phrases in Django

2019-08-23 Thread Harold A
El martes, 20 de agosto de 2019, 9:05:05 (UTC-5), Harold A escribió: > > Hello everyone > > I am practically new to django and I want to make a word translator > similar to the google translator, for the translation of my into native > language into English and Spanish.

Translator of words and phrases in Django

2019-08-20 Thread Harold A
Hello everyone I am practically new to django and I want to make a word translator similar to the google translator, for the translation of my into native language into English and Spanish. So that our native native language is not lost I would appreciate if you can guide me on how to do

Cómo se pronuncia Convert date field to value 1

2019-08-15 Thread Harold A
Hello everyone, I am a beginner in Django. I would like you to guide me on how to solve the next problem I have. In my application I have fields from date01 = models.DataFiled(blank = True, null = True) *to* date31 = models.DataFiled(blank = True, null = True), This to know the number of

Re: How to set timezone in Django.

2019-07-09 Thread M. A
'PST' is not available in pytz The Pacific available timezones are : 'PST8PDT' 'Pacific/Apia' 'Pacific/Auckland' 'Pacific/Bougainville' 'Pacific/Chatham' 'Pacific/Chuuk' 'Pacific/Easter' 'Pacific/Efate' 'Pacific/Enderbury' 'Pacific/Fakaofo' 'Pacific/Fiji' 'Pacific/Funafuti' 'Pacific/Galapagos' 'P

Re: Job board app based in django

2019-06-21 Thread Simon A
Oh really? Yeah I guess it wont be too bad if I create one. On Fri, Jun 21, 2019 at 6:56 PM Omar Abou Mrad wrote: > There are problem N clones of job boards built with django, this shouldn't > affect your decision to create one. > > On Fri, Jun 21, 2019 at 10:59 AM Simon A wro

Re: How to store a bank account number generated into a model field

2019-06-21 Thread Simon A
I think the except block won't trigger since if the code Profile.objects.get(user=request.user) does not get any results, it will return a null result, not throw exception. instead of exception handling, just check if the return value is null or not -- You received this message becaus

Re: [Urgent] 500 when requesting a file from browser.

2019-06-21 Thread Simon A
On the last part of your stacktrace, there is a section File "/usr/lib/python3.6/wsgiref/simple_server.py", line 35, in close self.status.split(' ',1)[0], self.bytes_sent could you please check this line out? you can try to print what is *self.status *to check what it

Job board app based in django

2019-06-21 Thread Simon A
hey guys, I would like to develop a job board app based in django. I was wondering if there is already an available job board app based in django like jobberbase. There is a jobberbase clone made from django but its version too old already. thank you, Simon -- You received this message

RE: Template not showing my post details

2019-05-29 Thread a
Hi, I can help you. Let me know about your project. Sent from Mail for Windows 10 From: cixtus anyanwu Sent: Wednesday, May 29, 2019 5:41 PM To: Django users Subject: Re: Template not showing my post details Yeah i have some contents on the models in the databse On Wednesday, May 29, 2019 at 10

Re: Filtering Data Based On Foreign Key

2019-05-23 Thread Simon A
Have you tried putting the load_price() code inside the init code? like def __init__(self, *args, **kwargs): super(PlayerRegistrationForm, self).__init__(*args, **kwargs) self.fields['club_id'].widget = forms.HiddenInput() membership = request.GET.get('membership_title')

Re: some random problem

2019-05-23 Thread Simon A
share the code here. I know django devs are lazy but don't be this lazy. On Wednesday, May 22, 2019 at 8:07:08 PM UTC+8, Soumen Khatua wrote: > > Hi Folks, > > I'm getting len(cart) is 0 and after iterate *item is not coming from > cart* in this project,plese tell me where is my problem. > I'm sh

Re: Dealing with global or session objects

2019-05-23 Thread Simon A
Hello fellow Java user, If I would do it, I'd setup a model to store those configurations. Then on the app, upon login or upon loading the initial page of the app, I will perform the operation to retrieve the details from the database, and then dump to the django sessions object.

LookupError: No installed app with label 'admin'.

2019-05-19 Thread This is a test message
Hi, I am new to django and am trying out the tutorial. Get the following error: 1. Create a virtual environment using anaconda 2. Activate the virtual environment 3. Create the project 4. Get the following error when trying to start the server: Directory of C:\Users\bradl\Documents\web sites

Re: How to deploy migrations to production

2019-04-02 Thread Simon A
Thank you. I'd surely be able to use this when we deploy. But is it really necessary to run collectstatic everytime there is a deployment to perform? I just use this to make the admin page have the correct styling when accessed in production. On Wednesday, April 3, 2019 at 12:55:31 PM

Re: How to deploy migrations to production

2019-04-02 Thread Simon A
Ah I see. Thank you Jani for clearing that up. -- 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,

How to deploy migrations to production

2019-04-02 Thread Simon A
There is a workflow section in the migration page from the django project documentation. But there are somethings I am confused about, It says that the migrations need to be created in the non production environment and then checked in to the repository along with the changes in models.py. My

Re: Create models using raw SQL queries

2019-03-27 Thread Simon A
n behalf of cameron hochbrg < > caos...@gmail.com > > *Sent:* Tuesday, March 26, 2019 21:36 > *To:* Django users > *Subject:* Create models using raw SQL queries > > hello, > > for a project for a database class, we wanted to create a web app using > django. Howeve

Re: Link does not work correctly

2019-03-24 Thread Amirat A
x27;t give you the exactly response, >> >> But I know that you are playing with href=url direct, without using >> django template code >> I suggest you to change de href of register from about, to a href with >> django template code: >> Something like : href=

Re: websites building

2019-03-05 Thread A MARAH
Great question , nice answer , I copy it to my post-it window :) Le mar. 5 mars 2019 à 12:27, Cartis Coding Hive a écrit : > Basically you will need to run command "django-admin startproject name>" on your command line. Navigate into that directory and run another > comman

Re: looking for team members as my technical Advisory

2019-02-22 Thread A MARAH
I m ready to help in testing tasks but as a distant job (working from Morocco) -- 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-user

Re: Working with pk arguments within an included URL

2019-02-18 Thread Simon A
Hi Gavin, Please see this one. https://docs.djangoproject.com/en/2.1/topics/http/sessions/. It first needs to be setup in your settings.py. Basically, this is just a field in the database that gets retrieved whenever you want. # set a session variable self.request.session['key'

Re: REG: Why my django email settings not sending email notifications?

2019-02-17 Thread Simon A
Just to add, please try to create a python file with the simplest implementation of send mail just to check if it actually works. On Monday, February 18, 2019 at 11:43:22 AM UTC+8, Sid wrote: > > can you check if you your email server is somehow blocking your emails? > Have you ena

Re: Working with pk arguments within an included URL

2019-02-17 Thread Simon A
I think I had a similar scenario a few weeks ago. One option that you have is to store the originally selected PK to the session object. Whenever you load a page, for you can retrieve the PK from the session object. Most likely you'll do this on the get_queryset function On Sunday, Februa

Re: Is there a package for user-tagging and user-properties?

2019-02-14 Thread Simon A
This might not be a package but django allows to extend the User object via a one to one relationship. Once extended, you can add as many fields as you like. It will be better though if this will happen at the start of the project. Using this method at the middle of the project might cause a

Re: Password Policy Adherence. Cannot use the passwords used before

2019-02-11 Thread Simon A
Yes that's very true. I guess I acquired a phobia for diving into the source code because of my first programming language (J**A) because it felt like I was reading cryptic stuff. But not with Python. On Monday, February 11, 2019 at 9:08:35 PM UTC+8, Jason wrote: > > Sometimes going

Re: Password Policy Adherence. Cannot use the passwords used before

2019-02-10 Thread Simon A
Hi Jason, Thank you for your response, really appreciate the help. I was working on your suggestion but then stumbled across django-password-validators which seems to do the required task for me. For now I will go with this one. But I will surely include the github for django when learning thi

Re: Password Policy Adherence. Cannot use the passwords used before

2019-02-10 Thread Simon A
7;m not trying to be spoon fed here but just a bit lost. Any feedback would be appreciated. Thank you, Simon On Sunday, February 10, 2019 at 6:28:10 AM UTC+8, Simon A wrote: > > @Jason, yes I believe I do need to research further when that action > happens. the point where the password is

Re: Password Policy Adherence. Cannot use the passwords used before

2019-02-09 Thread Simon A
ts you provided. When I have the chance to have a discussion with the security team, I will definitely bring up these points. On Fri, Feb 8, 2019 at 11:19 PM Matthew Pava wrote: > I completely support this NIST policy, James. Unfortunately, the PCI > Security Standards Council does not suppor

Password Policy Adherence. Cannot use the passwords used before

2019-02-07 Thread Simon A
Hello, I'm trying to make my django app follow this policy, that the user cannot user his/her last 6 passwords that were already used before. I tried using the django-password-policies library but I'm getting a lot of errors. I think it's not compatible anymore with the cur

Re: help for django interview task

2019-01-31 Thread Onyeka A.
I agree with this. This is a bit much for an interview, unless they'll pay for your time. That said, what you're being asked to do is rather advanced. It's a good task to use to broaden your Django skills but on your own timetable. If you still want to go ahead, I'd look

Re: function get_form_kwargs() not being called

2018-12-14 Thread Simon A
And it really is that. I had to follow the steps required by vanilla migration procedure to make it work like I want it to. On Friday, December 14, 2018 at 11:11:07 PM UTC+8, Simon A wrote: > > Oh shoot, I think I know now why this isn't working for me. > > It is because I&#x

Re: function get_form_kwargs() not being called

2018-12-14 Thread Simon A
Oh shoot, I think I know now why this isn't working for me. It is because I'm using vanilla for my views. I'll continue to test. On Friday, December 14, 2018 at 8:34:15 PM UTC+8, Simon A wrote: > > Just to add, I used a django-crud cookie cutter to generate codes fo

Re: function get_form_kwargs() not being called

2018-12-14 Thread Simon A
Just to add, I used a django-crud cookie cutter to generate codes for CRUD On Monday, December 10, 2018 at 8:47:28 PM UTC+8, Simon A wrote: > > I'm trying to pass a parameter from a redirect to the CreateView and to > the form. > > I have no problem retrieving the value from

Re: function get_form_kwargs() not being called

2018-12-12 Thread Simon A
I double checked, this view is unique. here's the whole process by the way. from a detail page, there is a link that redirects to a create note page. also, the id of the parent object. Create note then on my url.py, I have two paths pointing to the same view class. one has no parameter

Re: function get_form_kwargs() not being called

2018-12-11 Thread Simon A
I identified that a more efficient way of doing this would be to call the get initial method but for some reason it doesn't seem to trigger the function that I'm trying to overriede. *class NoteCreate(CreateView):* *login_url = 'login'* *model = Note* *f

  1   2   3   4   5   >