Re: PLS Help Me in Securing Project - Application on PythonAnyWhere hosted

2019-09-05 Thread Rahul Roshan
You can go through below links: https://docs.djangoproject.com/en/2.2/topics/security/ https://opensource.com/article/18/1/10-tips-making-django-admin-more-secure https://coffeeonthekeyboard.com/best-basic-security-practices-especially-with-django-697/

Re: migrate error

2019-09-10 Thread Rahul Roshan
First you can cleanup all migrations files in /migrations/*. And then try to provide *default=" " *for contact_no. Try to migrate all these changes ! On Tue, Sep 10, 2019 at 1:42 PM Pradeep Singh wrote: > okay . yes i did but problem are same > > On Tue, 10 Sep 2019 at

Re: migrate error

2019-09-10 Thread Rahul Roshan
Can you try contact_date default=" " ! On Tue, Sep 10, 2019, 12:22 PM ANi wrote: > > Another piece of advice, please prettify your code or take a screenshot, > not just paste it directly. > It is not easy to read to you as well, right? > > > > what had you done in this migration? > Was the

Re: ModuleNotFoundError: No module named :

2019-09-26 Thread Rahul Roshan
You have created a model named as "user" in models.py while you are importing model "User" in views.py. Importing model "user" will fix the issue. Thanks, Rahul On Thu, Sep 26, 2019 at 9:09 AM MEGA NATHAN wrote: > > hi. > > populate script error in line 12 > > > > > *Regards* > Meganathan G >

Help to Create Dynamic Form

2020-03-19 Thread Rahul Roshan
I am trying to create a splitwise clone application for my weekend project. I have arrived at a stage where I have to create a new Bill. Please find below screenshot. In this form I have three queries: 1. A dynamic form where a model with fields (amount, user)