Re: Template styles.

2020-10-19 Thread Mohemed Misfar
ohhh. great. i will go through this. Thank you for your response. [image: Mailtrack] Sender notified by Mailtrack

Re: need assistant

2020-10-19 Thread Kunal Solanke
Can you tell more about projects ? On Thu, Oct 15, 2020, 23:13 John Rajesh wrote: > Share about the Django projects > On 15 Oct 2020 20:31, "ericki...@gmail.com" > wrote: > >> hello guys am new at Django , i have couple of projects for Django and >> pyside2 if anyone is willing to assist me in

Re: need assistant

2020-10-19 Thread Viplav Dube
I would like to join Thanks & ragards Viplav Dube On Mon, 19 Oct 2020, 2:13 pm Kunal Solanke, wrote: > Can you tell more about projects ? > > On Thu, Oct 15, 2020, 23:13 John Rajesh wrote: > >> Share about the Django projects >> On 15 Oct 2020 20:31, "ericki...@gmail.com" >> wrote: >> >>> hel

Re: need assistant

2020-10-19 Thread Richard Ilupeju
Hi I'll be willing to work with you On Thu, Oct 15, 2020, 16:01 ericki...@gmail.com wrote: > hello guys am new at Django , i have couple of projects for Django and > pyside2 if anyone is willing to assist me in this fields i be so great full > as we learn from each other and carry out more proje

Re: need assistant

2020-10-19 Thread OLUMIDE MOYOSORE
I would like to be part of the project On Thu, Oct 15, 2020, 4:00 PM ericki...@gmail.com wrote: > hello guys am new at Django , i have couple of projects for Django and > pyside2 if anyone is willing to assist me in this fields i be so great full > as we learn from each other and carry out more

Re: need assistant

2020-10-19 Thread Sameer Ahmed
I wanna work with you On Thu, Oct 15, 2020, 8:30 PM ericki...@gmail.com wrote: > hello guys am new at Django , i have couple of projects for Django and > pyside2 if anyone is willing to assist me in this fields i be so great full > as we learn from each other and carry out more projects > > > th

Periodic Execution of django functions or tasks

2020-10-19 Thread MUGOYA DIHFAHSIH
Hello fellow django developers, i am working on a web app in which reports are archived in the database at the end of every month automatically, i have searched on internet and many folks are suggesting celery which i have tried but not fruitful, is there any other library i use to accomplish this.

DjangoChannels: How send message to groups on AsyncJsonWebsocketConsumer.disconnect()?

2020-10-19 Thread Vladimir Kalyuzhny
Please suggest to me a workaround on how to send message to groups on AsyncJsonWebsocketConsumer.disconnect()? class UserConsumer(AsyncJsonWebsocketConsumer): ... // some code async def disconnect(self, close_code: str) -> None: channel_layer = get_channel_layer() awai

Re: Periodic Execution of django functions or tasks

2020-10-19 Thread David Nugent
Not exactly automatic, but can be set up to do so, something along the lines: https://wiki.postgresql.org/wiki/Month_based_partitioning This solution is Postgresql specific, although I've done effectively the same with mysql with some help in the code. Partitioning the db in this way makes it (

Re: Periodic Execution of django functions or tasks

2020-10-19 Thread Ryan Nowakowski
On Mon, Oct 19, 2020 at 04:53:35PM +0300, MUGOYA DIHFAHSIH wrote: > Hello fellow django developers, i am working on a web app in which reports > are archived in the database at the end of every month automatically, i > have searched on internet and many folks are suggesting celery which i have > tr

Re: Template styles.

2020-10-19 Thread Ryan Nowakowski
On Sat, Oct 17, 2020 at 01:47:24AM -0700, Mohemed Misfar wrote: > Django has amazing model forms and django froms. In case if i use them, I > am unable to get the bootstrap and css styles. I can use raw html forms. > but, model forms and django forms are validated itself. in this case how > can