Re: makemigrations

2022-09-15 Thread rahul sharma
Select option 1 On Fri, Sep 16, 2022, 11:24 shiva singh wrote: > Thank You everyone for help me > > On Friday, September 16, 2022 at 4:25:44 AM UTC+5:30 fortu...@gmail.com > wrote: > >> In the new added field “logo” set default = None or specify a default >> value >> >> On Thu, Sep 15, 2022 at

Re: makemigrations

2022-09-15 Thread shiva singh
Thank You everyone for help me On Friday, September 16, 2022 at 4:25:44 AM UTC+5:30 fortu...@gmail.com wrote: > In the new added field “logo” set default = None or specify a default > value > > On Thu, Sep 15, 2022 at 8:38 PM shiva singh > wrote: > >> Hello I am new in Django users group. I

Re: makemigrations

2022-09-15 Thread Fortune Osho
In the new added field “logo” set default = None or specify a default value On Thu, Sep 15, 2022 at 8:38 PM shiva singh wrote: > Hello I am new in Django users group. I am using Django and faching a > problem when i do any changes in existing models after run makemigrations. > > > This is probl

'WSGIRequest' object has no attribute 'is_ajax'

2022-09-15 Thread Matheus Bon
Hello guys! I'm using AJAX in my Django project, as soon as I finished writing the code and went to test it, this error always pops up. The site runs normally, it's only when I send it that this happens. What should I do? -- You received this message because you are subscribed to the Google G

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
they app is almost complete, i'm only migrating from heroku to railway, it not new app On Thu, Sep 15, 2022 at 10:04 PM Percy Masekwameng < percymasekwameng...@gmail.com> wrote: > Hi I don't know much about deploying, I'm still a newbie > > There is an option to deploy a template, use it to deplo

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
that wat i did before and it still giving me same error, i had to comment it out DATABASES = { "default": dj_database_url.config(default=DATABASE_URL, conn_max_age=1800), } On Thu, Sep 15, 2022 at 9:55 PM Mohammad Anarul wrote: > You can follow the github repo > https://github.com/mohammadanar

Re: help on how to deploy django app on railway "

2022-09-15 Thread Percy Masekwameng
Hi I don't know much about deploying, I'm still a newbie There is an option to deploy a template, use it to deploy a Django template So normally I'd deploy a Django template which railway also create a repository(if you linked your Github), Postgresql database for that template and so clone the r

Re: help on how to deploy django app on railway "

2022-09-15 Thread Mohammad Anarul
You can follow the github repo https://github.com/mohammadanarul/railway-action.git On Fri, Sep 16, 2022, 2:32 AM ola neat wrote: > hallo guys, > so i'm having issue deploying my django on railway but once the deployment > is complete the app crash with this err > > > raise ImproperlyConfigured(

help on how to deploy django app on railway "

2022-09-15 Thread ola neat
hallo guys, so i'm having issue deploying my django on railway but once the deployment is complete the app crash with this err raise ImproperlyConfigured("settings.DATABASES is improperly configured. " django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Pleas

Re: makemigrations

2022-09-15 Thread Hafiza Nafeesa Asif
If error not resolve attach pic ... On Fri, 16 Sep 2022, 1:00 am Hafiza Nafeesa Asif, wrote: > default=True > > On Fri, 16 Sep 2022, 12:51 am Adebileje Nurudeen, > wrote: > >> Select option as 1 >> >> On Thu, Sep 15, 2022, 8:38 PM shiva singh > >>> Hello I am new in Django users group. I am usi

Re: makemigrations

2022-09-15 Thread Hafiza Nafeesa Asif
default=True On Fri, 16 Sep 2022, 12:51 am Adebileje Nurudeen, wrote: > Select option as 1 > > On Thu, Sep 15, 2022, 8:38 PM shiva singh >> Hello I am new in Django users group. I am using Django and faching a >> problem when i do any changes in existing models after run makemigrations. >> >>

Re: makemigrations

2022-09-15 Thread Adebileje Nurudeen
Select option as 1 On Thu, Sep 15, 2022, 8:38 PM shiva singh Hello I am new in Django users group. I am using Django and faching a > problem when i do any changes in existing models after run makemigrations. > > > This is problem :-It is impossible to add a non-nullable field 'logo' to > jobdeta

makemigrations

2022-09-15 Thread shiva singh
Hello I am new in Django users group. I am using Django and faching a problem when i do any changes in existing models after run makemigrations. This is problem :-It is impossible to add a non-nullable field 'logo' to jobdetails without specifying a default. This is because the database needs

Re: Averaging timestamp deltas with Django ORM

2022-09-15 Thread Joshua Corlin
Thank you, this is exactly what I was looking for -Josh On Wednesday, September 7, 2022 at 5:47:18 PM UTC-6 Thomas wrote: > Something like qs.aggregate(delay=Avg(F(“approved_at”) - > F(“created_at”)))[“delay”] > > where I cribbed the technique from > https://stackoverflow.com/questions/5021965

Re: Looking for a Django firm

2022-09-15 Thread 'Steven Mapes' via Django users
I would be interesting in learning more Mike as would a one of my other business partners, both run companies UK based. https://mapestech.co.uk and https://www.springbourne-tech.com/ On Tuesday, 13 September 2022 at 01:02:09 UTC+1 Mike Dewhirst wrote: > Hi all - I'm looking for a Django outfit

Re: Hashing user emails

2022-09-15 Thread Ryan Nowakowski
I'm not sure a hash will meet your needs. What kinds of things are you trying to secure against? Examples: 1. I want to make sure that if the data in my database is stolen that the email addresses won't be able to be read. 2. I want to obscure the sender and receiver email addresses so that the