Re: django admin

2021-10-10 Thread David Nugent
Just a general note but *collectstatic* should not be required for Django development in localdev. Django will locate static files using STATICFILES_FINDERS when serving static is enabled (which normally is the case for localdev). It uses the same algorithm to do so as *collectstatic*. If you're

RE: django admin

2021-10-10 Thread Mike Dewhirst
Try manage.py collectstatic--(Unsigned mail from my phone) Original message From: Baraka Nzavi Date: 11/10/21 07:32 (GMT+10:00) To: Django users Subject: django admin hello guys...what leads to the admin interface misbehaving in that the styling does not show -- You

Re: When you app depends on a custom user model

2021-10-10 Thread David Nugent
Why not just edit the migration file directly and substitute 'my_custom..' for settings.AUTH_USER_MODEL? There should be no problem in doing that. Regards, David On Sun, Oct 10, 2021 at 3:02 AM bnmng wrote: > Django "strongly recommends" you create custom user, and in your apps you > can

Re: [Urgent]Crypto trading platform with django

2021-10-10 Thread Kasper Laudrup
On 10/10/2021 22.07, parag gupta wrote: Hello all, So i was developing a crypto trading platform(with simple api and database) and come across multiple problems like trades handler, order book(limit order,stop loss,Market orders,GTTs) handler,notifier and all So how should i approach this

Re: django admin

2021-10-10 Thread Kasper Laudrup
On 10/10/2021 21.31, Baraka Nzavi wrote: hello guys...what leads to the admin interface misbehaving in that the styling does not show Most likely the stylesheets (.css files) are not available to the browser for some reason. Impossible to know what the reason for that might be unless you

[Urgent]Crypto trading platform with django

2021-10-10 Thread parag gupta
Hello all, So i was developing a crypto trading platform(with simple api and database) and come across multiple problems like trades handler, order book(limit order,stop loss,Market orders,GTTs) handler,notifier and all So how should i approach this synchronicity between all this. And how two

django admin

2021-10-10 Thread Baraka Nzavi
hello guys...what leads to the admin interface misbehaving in that the styling does not show -- 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: SQL query to django

2021-10-10 Thread Eugene TUYIZERE
Thank y'all On Sun, 10 Oct 2021 at 11:49, Sebastian Jung wrote: > Hello Eugene, > > You can also take a raw query... > > https://docs.djangoproject.com/en/3.2/topics/db/sql/ > > Regards > > Eugene TUYIZERE schrieb am Sa., 9. Okt. 2021, > 10:52: > >> Dear all, >> >> I have a table let call it

Re: SQL query to django

2021-10-10 Thread Sebastian Jung
Hello Eugene, You can also take a raw query... https://docs.djangoproject.com/en/3.2/topics/db/sql/ Regards Eugene TUYIZERE schrieb am Sa., 9. Okt. 2021, 10:52: > Dear all, > > I have a table let call it *YY*. Some fields in this table are status, > time_frame, etc. > time frame is in terms