Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-24 Thread Daniel Joseph
I will like to join Number:08166262610 On Sun, 18 Feb 2024, 5:48 pm SURAJ TIWARI, wrote: >  Join Our Django WhatsApp Bulk Messaging Project! > >  Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a

Re: Need help in python Django project "online train ticket booking system"

2024-02-22 Thread Daniel Martinez
Hello, what is the problem you are experimenting? Canyou please provide code? On Mon, Feb 19, 2024, 9:21 AM Surya Santhosh wrote: > Need help in python Django project "online train ticket booking system" > > -- > You received this message because you are subscribed to the Google Groups >

Re: My first project

2024-01-06 Thread Daniel Martinez
Hello Om khade Thank you so much for your feedback I was able to resolve and fix the security question in the recovery password and I continue to working in the project. Thank you again for your time and help Sincerely Daniel Martinez On Sat, Dec 16, 2023, 6:44 AM Om Khade wrote: > Hi Dan

My first project

2023-12-15 Thread Daniel Martinez
Hello everyone, I'm Daniel, a recent college graduate as of July 2023. Since then, I've been actively seeking job opportunities as a Django developer. During my job search, I took the initiative to start my first project in Django. I'm excited to share with you my debut as a full-stack developer

Re: Encrypt entire Django project and decrypt in ram to start server.

2023-11-14 Thread Daniel Martinez
A solution for that is add a IP blocker in your server to avoid brutal forces attacks that way you can use. Or a tool for monitoring you traffic such Snoft. Happy coding  On Mon, Nov 13, 2023, 6:54 AM Om Khade wrote: > I want to save my Django project on a shared server in encrypted format >

Re: associate Developers for Google

2023-06-19 Thread Daniel Joseph
Yes I'm in On Sat, Jun 17, 2023, 3:09 PM Lucifer Black wrote: > Is there anyone that wants a job at google developer at home looking for > three people > > > Get Outlook for Android > > -- > You received this message because you are subscribed to the Google Groups >

Re: Looking for a Learning Buddy

2023-06-19 Thread Daniel Joseph
Hi I' am Daniel and I think it a great idea, I myself will be going to the university this year. I am good in web development and python programming and a little knowledge on AI/ML using Python and will like to be your learning partner On Fri, Jun 16, 2023, 11:00 PM John Ayodele wrote: >

Re: Django-allauth & Facebook login

2023-04-01 Thread Namanya Daniel
Follow the following link, it shows you how to create a custom ssl certificate and how to run ssl server https://medium.com/@millienakiganda/creating-an-ssl-certificate-for-localhost-in-django-framework-45290d905b88 On Sat, 1 Apr 2023 at 15:32, Marcelo A. Robin wrote: > Hi, I'm trying to use

Re: sub-list not showing

2023-03-16 Thread Namanya Daniel
You need to achieve related fields to achieve the most of this… thank you On Thu, 16 Mar 2023 at 23:59, Namanya Daniel wrote: > Hello… am using a phone to reply this but I would love to give a hint on > something. When you have a child, it’s means there’s a parent foreign key > in

Re: sub-list not showing

2023-03-16 Thread Namanya Daniel
Hello… am using a phone to reply this but I would love to give a hint on something. When you have a child, it’s means there’s a parent foreign key in the child model. You can use grouper to group child model results so that every is grouped together under a particular parent field. On Thu, 16 Mar

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
Right there, all the best On Fri, 10 Mar 2023 at 22:31, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > Yes the user is saved and I can see it on the django admin page and no I > have not hashed the password. > > On Fri, Mar 10, 2023 at 1:33 PM Namanya Daniel >

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
he django admin page, but the credentials do > not work on the login page. When I create new credentials with the register > page I made, it doesn’t save. I think it’s supposed to save to the database. > > On Mar 10, 2023, at 1:06 PM, Namanya Daniel > wrote: > >  > &

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
how have you saved your password in registration? On Fri, 10 Mar 2023 at 18:02, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > I do not know what I am missing. My login page and register page have > rendered, but when I try to sign up with new credentials, it does not save. > And

Re: Custom user model password is not hashed

2023-01-26 Thread Namanya Daniel
Did you try make_password before saving data from registration form ? On Wed, 25 Jan 2023 at 18:36, Roger Mukai wrote: > @Tejas or @Sebs, do you still have a question how to do this? I think I > figured it out > > On Tuesday, December 6, 2022 at 7:25:08 PM UTC-5 sebs...@gmail.com wrote: > >>

Re: configuration

2023-01-19 Thread Namanya Daniel
Profile, shipments and species are models? Or your stored data in one model On Thu, 19 Jan 2023 at 01:56, frank dilorenzo wrote: > I cannot seem to resolve this configuration correctly. > > I have a list of suppliers. > A supplier can have one profile > A supplier can have many shipments. > A

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Namanya Daniel
Explain where you’re failing exactly, is it views, forms, templates or models On Thu, 19 Jan 2023 at 01:56, Michael R. KOOMSON wrote: > I am trying everything possible to create a basic login page with Django., > i have tried so many videos and online tutorial, but still can't make > anything

thena.thenadaka.com

2023-01-19 Thread Namanya Daniel
Hello esteemed members, I hope all is well. I am reaching out to you today to invite you to check out thena.thenadaka.com and give me your honest opinions and guidance. Is it a good idea for portifolio building, i believe this is important to know most especially to us looking for jobs..

Re: Serving Media and Static files on Shared Hosting

2023-01-13 Thread Namanya Daniel
Have you done it before? You can share knowledge On Fri, 13 Jan 2023 at 15:25, Jeff Kingsley wrote: > Why > > On Fri, Jan 13, 2023 at 11:56 AM Namanya Daniel > wrote: > >> Hello members, >> >> Has anyone ever used Namecheap shared hosting to serve static and

Serving Media and Static files on Shared Hosting

2023-01-13 Thread Namanya Daniel
Hello members, Has anyone ever used Namecheap shared hosting to serve static and media files? Apparently nginx can't be used, i only have WhiteNoise which serves static files only. kindly share you've done it before.. thanks in advance -- You received this message because you are

Re: If Statement django template

2023-01-12 Thread Namanya Daniel
Replace supplier with related_name On Thu, 12 Jan 2023 at 16:13, 'dtdave' via Django users < django-users@googlegroups.com> wrote: > I have the following relationship in a model > > class Contract(models.Model): > supplier = models.ForeignKey( > Supplier, >

Accessing Data Linked in One-To-One to Current User from a Table

2023-01-05 Thread G Daniel
Hello All! I need your help. I have a table, PersonWife, that's linked in a one-to-one fashion with the users (using Django's user authentication system). See attached models and admin control panel screenshots. I can get the username of the currently logged in user ( attached screenshots).

Re: NEW BIE HERE HOW CAN I LEARN DJANGO FAST

2022-12-25 Thread Namanya Daniel
While learning Django, pay attention to URLs and settings and models, the rest you need basic python skills On Sunday, December 25, 2022 at 2:14:06 AM UTC+3 guru...@gmail.com wrote: > Hey, I just want to know how you've learned django framework and what > resources did you use. It would be

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
ov 8, 2022 at 3:58 PM bradie poa wrote: > >> its not a good idea >> >> i have settings.py in the same folder with wsgi.py >> >> >> On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote: >> >>> On 08/11/2022 10.41, Namanya Daniel wrote

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
[image: Capture 1.PNG] On Tuesday, November 8, 2022 at 5:10:20 AM UTC-8 Kasper Laudrup wrote: > On 08/11/2022 13.58, bradie poa wrote: > > its not a good idea > > > > Agreed. It's a horrible idea. > > Kind regards, > Kasper Laudrup > -- You received this message because you are subscribed to

Re: Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
i have settings.py in the same folder with wsgi.py On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote: > On 08/11/2022 10.41, Namanya Daniel wrote: > > Hello, am hosting a django application with namecheap for the very first > > time and am getting &q

Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
Hello, am hosting a django application with namecheap for the very first time and am getting " Internal Server ErrorError 500" , in the error log, wsgi.py shows that there's not settings how do i handle this -- You received this message because you are subscribed to the Google Groups "Django

error extending base template

2022-10-10 Thread Namanya Daniel
hello, someone help me out. am new to django and i face an issue with templates extending base.html i have created a base.html template which is basically a skeleton for other templates, they are all in templates/another directory but when i use {%extends 'base.html'%} I get this error...

Re: group

2022-09-28 Thread Daniel Hirner
Kindly add me  Name: Charles Number: +233 204070043 On Wed, Sep 28, 2022 at 10:29 Basith wrote: > Kindly add me also, > Name: Basith > Number: +919544716586 > > On Mon, 26 Sept 2022 at 20:49, yassin kamanyile > wrote: > >> Add me +255763023477 >> >> On Mon, 26 Sept 2022, 15:53 Abdulfarid

Re:

2022-09-26 Thread Daniel Joseph
Daniel Joseph +2348036267282 On Mon, 26 Sept 2022 at 13:53, Abdulfarid Olakunle wrote: > 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 the > group. It will be much easier to discuss th

Re: group

2022-09-26 Thread Daniel Joseph
Add me also +2348036267282 On Mon, 26 Sept 2022 at 18:49, yassin kamanyile wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat later >> in the day, So I will like my fellow Python

Re: How Important Is Writing Unit Tests For Django Applications?

2022-03-14 Thread Daniel Coker
Thanks for your response, Antonis. Would you recommend testing views using the Client or RequestFactory classes? On Sunday, 13 March 2022 at 13:41:26 UTC+1 carste...@cafu.de wrote: > Am 13.03.22 um 10:53 schrieb Antonis Christofides: > > This topic is always interesting for me. > > > > [...] >

How Important Is Writing Unit Tests For Django Applications?

2022-03-12 Thread Daniel Coker
I understand the importance of unit testing. However, if we are going to write integration tests (testing the views), this test will step through all of the modules that we would otherwise unit test. So, I'm wondering, it it really necessary to write unit test for Django Applications when we

Deploy help

2021-09-21 Thread Daniel Gauvin
Hi, I am looking for support to deploy a Django application on cPanel. The application itself is working, however the static files (CSS, JS and Images) do not load in the application. In my settings.py file, it is as such: STATIC_URL = '/static/' STATICFILES_DIRS = ['static'] STATIC_ROOT =

Re: Problem when i turn debug False

2021-09-02 Thread Daniel Hepper
As far as I can tell a2hosting offers plain virtual servers. Have you read the documentation on Serving static files in production? https://docs.djangoproject.com/en/3.2/howto/static-files/deployment/ On Thu, Sep 2, 2021 at 10:46 AM luca72.b...@gmail.com < luca72.bertolo...@gmail.com> wrote: >

loaddata - replace 'save' with 'bulk_create' with batch_size?

2021-08-19 Thread Daniel Edry
Hey, i was trying to upload about 500K results into my db with loaddata and saw that it saves the items one item at a time in "load_label" in line "obj.save(using=self.using)" is there a reason no the save the objects to a list and then run: bulk_create(objs, batch_size=bulk_size) (with

how to download django

2021-07-16 Thread Daniel Opeyemi
hello everyone, i am new here. please, i need help on how to download django -- 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

Manager.raw() in a class method

2021-06-23 Thread Daniel Sears
I have a SQL function that works when I run it directly from an SQL script and now I'm trying to run it with Manager.raw() in a model method. I wrote a model instance method that worked fine: def get_store_products_sql(self) -> list['Product']: return Product.objects.raw(

Re: Help me Please - Django and python program

2021-06-21 Thread Onyemordi Daniel
Hello, have your problem been solved if no kindly contact me on WhatsApp 08167997730 to assist you better. On Mon, 21 Jun 2021, 07:07 mayank sandikar, wrote: > https://github.com/Mayanksandikar/3-database > > > On Sun, Jun 20, 2021 at 4:08 PM Luciano Martins > wrote: > >> Post your code on

Re: Hiring react developers

2021-05-13 Thread vineet daniel
Hi Arun Please share your profile on vineet.dan...@paymeindia.in On Thu, 13 May 2021, 18:39 Arun Kumar, wrote: > Interested > > On Thu, 13 May 2021 at 6:12 PM, John McClain > wrote: > >> Kasper, >> >> I think it means I am asking the community for help. >> >> Does that clear things up for

Re: Hiring react developers

2021-05-10 Thread vineet daniel
Please share your resume with me on vineet.dan...@paymeindia.in On Mon, 3 May 2021, 11:14 Akinfolarin Stephen, < akinfolarinsteph...@gmail.com> wrote: > Am a react developer .Am interested > > On Mon, May 3, 2021 at 6:11 AM vineet daniel > wrote: > >> Hi Grou

Re: 'Question' object has no attribute 'choice_text'

2021-05-07 Thread Daniel Hepper
Hi Rishi, please share your models.py, otherwise it will be difficult to help you. Cheers, Daniel Rishipal Singh schrieb am Fr. 7. Mai 2021 um 15:19: > Hi Daniel, > I am working on same tutorial and stuck at Tutorial # 4.. > > I have checked your code too.. > Still gett

Re: Hiring react developers

2021-05-03 Thread vineet daniel
Hi, Thanks for the response. Please share your profile and where are you based? On Mon, 3 May 2021, 11:14 Akinfolarin Stephen, < akinfolarinsteph...@gmail.com> wrote: > Am a react developer .Am interested > > On Mon, May 3, 2021 at 6:11 AM vineet daniel > wrote: > >&

Hiring react developers

2021-05-02 Thread vineet daniel
Hi Group, Any one interested in Frontend development role using react? Please let me know. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: django.db.models.signals

2020-09-20 Thread Ricardo Daniel Quiroga
d37-aeca-bc12dfd79602n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Ricardo Daniel Quiroga -- 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: Python-django project

2020-07-21 Thread Daniel Njoku
oogle.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com > . > -- Daniel Njoku -- 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, sen

Re: Can we use python related api's on the Django templates ?

2020-05-27 Thread Daniel Roseman
On Wednesday, 27 May 2020 13:21:24 UTC+1, ratnadeep ray wrote: > > Hi all, > > Currently I am trying to print the type of a variable from the Django > template html file as follows: > > The type of feature list report for version >> {%type(version)%} is > > > For the above, I am getting

Re: How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread Daniel Roseman
On Tuesday, 26 May 2020 17:27:13 UTC+1, Aboyeji Solomon Adeleke wrote: > > Yes, import the get_result from the context_process.py This is entirely wrong. The point of a context processor is that it is automatically added to the template context. You shouldn't be importing it or calling it

Re: regular expression in an url showing post details

2020-05-26 Thread Daniel Roseman
On Tuesday, 26 May 2020 01:50:35 UTC+1, Tiempo wrote: > > Hi, > my name is Tiempo and I'm new with Django. currently, I'm using django > 3.0 and i want to display each article of a blog app ( like when I click on > article 1, it should display it full details on page show with the > following

Re: User.objects.all() returns only one field

2020-05-07 Thread Daniel Roseman
On Thursday, 7 May 2020 12:47:21 UTC+1, Mohsen Pahlevanzadeh wrote: > > User.objects.all() only returns one field, I need to others fields > such as first_name or last_name. > > How can I access others field? > No it doesn't. It returns a queryset of objects, each of which has all the

Re: Django URL routing

2020-05-07 Thread Daniel Roseman
You have multiple URLs that are the same path. That can't work. One URL maps to one view. -- DR. On Thursday, 7 May 2020 11:40:09 UTC+1, Ronald Kamulegeya wrote: > > I am learning Django and progressing well but i am stuck on how to > configure the different urls to view functions. > I have

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread DANIEL URBANO DE LA RUA
are you using virtual environment? El vie., 24 abr. 2020 a las 14:33, Raja Sekar Sambath () escribió: > could you share the solution here > resetting PC didn't making any sense to me > > On Sun, 19 Apr 2020 at 19:19, Ilie Ioana wrote: > >> After resetting the pc it worked. >> Thanks. >>

Re: Django render a DynamoDB JSON into a HTML table

2020-04-19 Thread Daniel Pedrajas Pineda
%} El sábado, 18 de abril de 2020, 19:23:31 (UTC+2), Daniel Pedrajas Pineda escribió: > > I'm try to use a Django page as front-end using some AWS DynamoDB tables > as back-end. To do so, I use boto3 library and it gets the data from the > table correctly but I'm not able to pa

Django render a DynamoDB JSON into a HTML table

2020-04-18 Thread Daniel Pedrajas Pineda
I'm try to use a Django page as front-end using some AWS DynamoDB tables as back-end. To do so, I use boto3 library and it gets the data from the table correctly but I'm not able to parse the data into a HTML table. I have the following in views.py def history(request): itemsid = list()

Re: Request to be added to the Django organisation on GitHub

2020-04-08 Thread Nwaobi Daniel
> Regards, > Dylan > > On Wed, Apr 8, 2020 at 9:08 AM Nwaobi Daniel > wrote: > >> Hi! Goodday, >> >> I would love to be part of the django organisation on GitHub, if it's >> possible though. My username is CrazyChickenDev on github and i would >&

Request to be added to the Django organisation on GitHub

2020-04-08 Thread Nwaobi Daniel
Hi! Goodday, I would love to be part of the django organisation on GitHub, if it's possible though. My username is CrazyChickenDev on github and i would really appreciate it if my request is considered. Thanks. -- You received this message because you are subscribed to the Google Groups

Re: I have issue. I want to migrate database from sqlite3 to postgresql. With a table have 10M records. I need a solution for issue. Maybe help me?

2020-03-26 Thread Daniel Chimeno
One possible solution: $ createdb newdb $ pgloader ./test/sqlite/sqlite.db postgresql:///newdb https://github.com/dimitri/pgloader El miércoles, 25 de marzo de 2020, 17:45:54 (UTC+1), Thắng IT escribió: > > solution -- You received this message because you are subscribed to the Google

Re: Django Tutorial

2020-03-19 Thread Daniel Hepper
There seems to be an equal sign missing after “name”: path('', views.index, name='index') > Am 19.03.2020 um 14:13 schrieb Eddie Nash : > >  > I am going through the tutorial yet when I check to see if it is working, I > get this error code. Please help me fix this! > > > Exception in

RE: Re: Problem

2020-03-16 Thread Daniel Chiemelu
or what is the issue you face while trying to create the env, so will be more easy to help, otherwise this question you can search on google for a beginner tutorial RegardsSent from my iPhoneOn 16 Mar 2020, at 13:34, Daniel Chiemelu wrote:Please I am new in Django and I am finding it difficult

Problem

2020-03-16 Thread Daniel Chiemelu
Please I am new in Django and I am finding it difficult to create a virtual environment and also install Django and I had a virtual environment that I created before using Flask Sent from Mail for Windows 10  Virus-free. www.avast.com -- You received this message because

Re: http post request 415: unsupportesd media

2020-03-16 Thread Onyore Daniel
working on it On Monday, March 16, 2020 at 1:57:06 PM UTC+3, Harsh Tibrewal wrote: > > I am trying to send a post request in django rest API with mongoengine, > while sending a POST request with the following data an 415 status code is > returned > > { > orderId: sample2, > restaurantId:

Crime Prediction System

2020-03-16 Thread Onyore Daniel
Hey, anyone with source code for crime prediction system, kindly send me a downloaded link. -- 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

JavaScript linking

2020-03-13 Thread Daniel Chiemelu
Please how can I link JavaScript to my project when I stored my JavaScript in my static folder/JS subdirectory -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-02 Thread DANIEL URBANO DE LA RUA
https://realpython.com/manage-users-in-django-admin/ -- 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: Error messages in SetPasswordForm

2020-02-05 Thread Daniel Germano Travieso
and spares them of trying to parse/remember what the construction of escaped characters are. But I could be wrong as I do not work on the belly of Django development. *[]'s* Daniel Germano Travieso -BEGIN PGP PUBLIC KEY BLOCK- mQINBF1hSUIBEAC56ve8/8fAt55s+PHuolumg8zvjqk0cpo36DXkntP1fqlY5DdP

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread DANIEL URBANO DE LA RUA
sorry i diin't read to Stephen his trik is even better hahahaha but with sigñal yo ca do other thing El lun., 27 ene. 2020 a las 19:02, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > you can do few thing at the same time in a model before save or whenever > you wan

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread DANIEL URBANO DE LA RUA
you can do few thing at the same time in a model before save or whenever you want El lun., 27 ene. 2020 a las 19:01, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > it is goin to be better and less cost for the db > > El lun., 27 ene. 2020 a las 19:01, DANIEL U

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread DANIEL URBANO DE LA RUA
take a look at this https://docs.djangoproject.com/en/3.0/topics/signals/ El lun., 27 ene. 2020 a las 18:59, Stephen J. Butler (< stephen.but...@gmail.com>) escribió: > Frankly, if is_on_sale has such a tight constraint I wouldn't have it as > its own column. Why not just make it an annotated

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread DANIEL URBANO DE LA RUA
it is goin to be better and less cost for the db El lun., 27 ene. 2020 a las 19:01, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > take a look at this https://docs.djangoproject.com/en/3.0/topics/signals/ > > > El lun., 27 ene. 2020 a las 18:59,

Re: Separa Fecha y Hora en dos inputs utilizando ModelsForm

2020-01-23 Thread DANIEL URBANO DE LA RUA
echa = value return fecha El jue., 23 ene. 2020 a las 21:22, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > Create un tag template espera te mando doc > > On Thu, 23 Jan 2020, 19:38 Tatiana Mesa, wrote: > >> Hola Daniel, gracias por la rápida respuesta

Re: Separa Fecha y Hora en dos inputs utilizando ModelsForm

2020-01-23 Thread DANIEL URBANO DE LA RUA
Create un tag template espera te mando doc On Thu, 23 Jan 2020, 19:38 Tatiana Mesa, wrote: > Hola Daniel, gracias por la rápida respuesta > > Tengo el campo* DateTimeField* que trae la fecha y la hora en el mismo > campo. Quiero separarlos solo en la vista del Html. Sin modificar

Re: Separa Fecha y Hora en dos inputs utilizando ModelsForm

2020-01-23 Thread DANIEL URBANO DE LA RUA
https://docs.djangoproject.com/en/3.0/ref/forms/fields/#django.forms.TimeField El jue., 23 ene. 2020 a las 18:24, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > https://www.geeksforgeeks.org/timefield-django-models/ > > > El jue., 23 ene. 2020 a las 18:19, D

Re: Separa Fecha y Hora en dos inputs utilizando ModelsForm

2020-01-23 Thread DANIEL URBANO DE LA RUA
https://www.geeksforgeeks.org/timefield-django-models/ El jue., 23 ene. 2020 a las 18:19, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > Tienes date and time field > > On Thu, 23 Jan 2020, 15:57 Tatiana Mesa, wrote: > >> Buenas tardes comunidad, >

Re: Separa Fecha y Hora en dos inputs utilizando ModelsForm

2020-01-23 Thread DANIEL URBANO DE LA RUA
Tienes date and time field On Thu, 23 Jan 2020, 15:57 Tatiana Mesa, wrote: > Buenas tardes comunidad, > > He empezado a trabajar con vistas basadas en clases en Django y tengo una > pequeña complicación. > > Quisiera saber de que forma puedo separar un campo *fecha (*DateTimeField*), > *en un

Re: Django -adiminstration page is not opening

2020-01-16 Thread vineet daniel
What's in the log, share log or stacktrace. Hard to guess anything. On Sun, 12 Jan 2020, 18:54 Rishabh Rai, wrote: > When i try to access my admin panel after entering username and password > correctly, instead of taking to next page it shows me fail to load.can any > one have any suggestions??

AJAX request is not rendering at the client side but works perfectly at the server

2020-01-05 Thread Daniel Roseman
Why would you expect it to render anything? All your success function does is log to the console. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread Daniel Roseman
On Friday, 3 January 2020 17:38:27 UTC, bhushan Gupta wrote: > > I want to use Django to build a simple portal. I have done the following > on Windows 10 > installed Python 3.8 and pip > Installed virtualenv > Created an env 'cargo' > Installed Djengo 3.0.1 > Set the path: > C:\Program Files

Re: How to do SEO for my django website

2020-01-03 Thread DANIEL URBANO DE LA RUA
here you have a good example to what to use and how https://github.com/mirumee/saleor El vie., 3 ene. 2020 a las 13:42, Yash Garg () escribió: > Is there any package or module available for SEO of django website ? > > -- > You received this message because you are subscribed to the Google Groups

Re: How to do SEO for my django website

2020-01-03 Thread DANIEL URBANO DE LA RUA
https://github.com/mirumee/saleor here you have a good example how an what to use to do the SEO El vie., 3 ene. 2020 a las 13:48, sagar ninave () escribió: > https://www.bedjango.com/blog/4-tips-position-your-website-using-django/ > > On Fri, Jan 3, 2020 at 6:19 PM sagar ninave wrote: > >>

Re: External SSO for Django

2019-12-23 Thread Daniel Chimeno
Also interested El lunes, 23 de diciembre de 2019, 4:14:21 (UTC+1), Malik Brahimi escribió: > > Just had a question about integrating external auth with my React/Django > application. I'm using a provisioned client instance from my company so > it's not Google, Facebook, or all the other social

Re: Renaming sequences

2019-12-18 Thread DANIEL URBANO DE LA RUA
Why you did taht on production and not to try before recreate the db in other place On Wed, 18 Dec 2019, 20:59 Michael MacIntosh, wrote: > Hey Mike, > > I'm not sure about your specific setup, but I assume you are using the > django.contrib.auth user model and are moving it over to your own

Re: migration error

2019-12-12 Thread DANIEL URBANO DE LA RUA
Still the same, it didnt help sadly :( >> >> >> DANIEL URBANO DE LA RUA ezt írta (időpont: >> 2019. dec. 12., Cs, 20:10): >> >>> if your are using sqlite db and is empty delete it and remake migrations >>> >>> El jue., 12 dic. 2019 a las

Re: migration error

2019-12-12 Thread DANIEL URBANO DE LA RUA
what still the same, what you did. what you did not be more explicit El jue., 12 dic. 2019 a las 20:15, Leó Horváth () escribió: > Still the same, it didnt help sadly :( > > > DANIEL URBANO DE LA RUA ezt írta (időpont: > 2019. dec. 12., Cs, 20:10): > >> if your are usin

Re: migration error

2019-12-12 Thread DANIEL URBANO DE LA RUA
if no https://docs.djangoproject.com/en/3.0/topics/migrations/#django.db.migrations.Migration.initial or https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html all this choices you have El jue., 12 dic. 2019 a las 20:10, DANIEL URBANO DE LA RUA (< dannybom

Re: migration error

2019-12-12 Thread DANIEL URBANO DE LA RUA
if your are using sqlite db and is empty delete it and remake migrations El jue., 12 dic. 2019 a las 18:54, Leó Horváth () escribió: > Hi guys! > > When I Try to make a migration my console says the following: > "ValueError: Related model 'database_manager.Name' cannot be resolved" > > however,

Re: Removing Hardcoded urls in Templates

2019-12-10 Thread Daniel Hepper
It should be {% url 'polls:detail' question.id %} I think you mixed up the steps "Removing hardcoded URLs in templates" and "Namespacing URL names" Hope that helps, Daniel On Tue, Dec 10, 2019 at 11:58 AM Bruckner de Villiers < bruckner.devilli...@gmail.com> wr

Re: Difficulty with Tutorial Part 2

2019-12-09 Thread Daniel Hepper
om the module datetime. If you prefer to use "datetime.timedelta", you would have to use "import datetime" instead of "from datetime import datetime, timedelta" Hope that helps, Daniel On Mon, Dec 9, 2019 at 9:24 AM Bruckner de Villiers wrote: > Running Djan

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Daniel Chimeno
+1 to more document about DEBUG magic. El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: > > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server. So my first

Re: weird memory error on Centos7

2019-12-05 Thread DANIEL URBANO DE LA RUA
In your case use yum to get thoses package On Fri, 6 Dec 2019, 00:12 DANIEL URBANO DE LA RUA, wrote: > Try installing apt-ger install binutils libproj-dev gdal-bin > > -- > You received this message because you are subscribed to the Google Groups > "Django users" gro

weird memory error on Centos7

2019-12-05 Thread DANIEL URBANO DE LA RUA
Try installing apt-ger install binutils libproj-dev gdal-bin -- 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

Re: weird memory error on Centos7

2019-12-05 Thread DANIEL URBANO DE LA RUA
Try installing apt-ger install binutils libproj-dev gdal-bin On Fri, 6 Dec 2019, 00:01 Fernando González Cisneros, < hellhammerh...@gmail.com> wrote: > Hello, having some trouble here. > > I'm developing an app using the postgis backend in django, i'm releasing > it using an apache server on

Re: reg: How to call multiple APIView in one single web page as a list of items?

2019-12-05 Thread Daniel Roseman
On Wednesday, 4 December 2019 18:32:25 UTC, Amitesh Sahay wrote: > > I am in the process of developing a small project using django rest > framework, and within that requirement, I need to list every table in one > single page. Below is the code snippet. > > class QuizList(APIView): >

what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
You can use jenkins with whatever language you use -- 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

what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
You can use jenkins with whatever language you use -- 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: what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
You can use jenkins with whatever language you use On Wed, 4 Dec 2019, 18:36 DANIEL URBANO DE LA RUA, wrote: > Jenkins > > On Wed, 4 Dec 2019, 17:54 Manjunatha C, > wrote: > >> Jenkins are using for CI in java projects. what tool will be using for >> python projec

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
Jenkins On Wed, 4 Dec 2019, 17:54 Manjunatha C, wrote: > Jenkins are using for CI in java projects. what tool will be using for > python projects to Continues integration?? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-03 Thread Daniel Hepper
extensive use of the dynamic nature of Python, which can confuse pylint. There is a plugin for pylint to make it work more reliably with Django code: https://pypi.org/project/pylint-django/ Hope that helps, Daniel On Tue, Dec 3, 2019 at 1:34 PM Aaryan Dewan wrote: > I was just following this tutor

Re: Django begginer

2019-11-27 Thread Daniel Almeida
Thank you guys I set as charfield and will be ok for now. So maybe u can help me further, this is a timesheet app and I have all set in django admin. I can add and delete data from my table in the administration mode. Now my question is how can I import this to a html template to be able to

Django begginer

2019-11-26 Thread Daniel Almeida
HI guys I´m trying to make a simple timesheet app, first time I´m programming. So I have this code where I set in models.py the Client and then I want to have the Project class sync with the Client class. So for each Client I have a different set of Projects. Now my problem is in Task class I

Re: Directly Accessing Dictionary Values

2019-11-22 Thread Daniel Roseman
On Wednesday, 20 November 2019 03:47:24 UTC, Andrew Stringfield wrote: > > Hello all, > > I am trying to access Dictionary values directly. Here is my view: > > def unique_key_query(request, unique_key): > unique_key_object = > simpleformmodel.objects.all().filter(id=unique_key) >

Re: django passing a parameter for a view in a url produces Error: Circuitinfotable matching query does not exist.

2019-11-15 Thread DANIEL URBANO DE LA RUA
Nice but i am always with nginx and i dont know if it has the same problem or not On Fri, 15 Nov 2019, 18:02 Patrick Carra, wrote: > In case anyone is interested I fixed this with some simple regex in my > view. I identified the patterns for which apache was removing the // and > replacing

  1   2   3   4   5   6   7   8   9   10   >