Re: need help

2022-03-02 Thread shubham goyal
Can help you make one. On Tuesday, 1 March 2022 at 22:13:06 UTC+5:30 ngounou...@gmail.com wrote: > Please i need a management medical record app of patients built in django > using REST API -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Freepik like website development

2022-03-02 Thread shubham goyal
First of all thankyou for choosing django. Django is awesome to help you manage the all you mentioned above (images, authentication, feature). Apart from django (which is mostly backend), you may need frontend developers who are good with (js, css, html). Other than that you need cloud instance

trying to getJSON data from database, but there is a problem with rendering

2022-03-02 Thread UGC
Hey all, I have the models .py with employee and all the info. With one click i want to render all the info of my employee. When i click on the button i see the data on my js console , but i dont see it come on the page frontend. i think i have problems with the key but i dont know. here is the

Re: The SECRET_KEY setting must not be empty - os.environ.get('SECRET_KEY')

2022-03-02 Thread Adeyemi Deji
Thanks Carsten, It's also a great method. What do u mean by on installation @On installation, the file is then copied to localconfig.py, where it is *ignored* by svn, git, etc. The file is then customized for production, development, … Do u mean during deployment? On Wed, Mar 2, 2022 at 7:49 AM C

Re: The SECRET_KEY setting must not be empty - os.environ.get('SECRET_KEY')

2022-03-02 Thread Carsten Fuchs
Am 03.03.22 um 04:43 schrieb Adeyemi Deji: > What do u mean by on installation @On installation, the file is then copied > to localconfig.py, where it is *ignored* by svn, git, etc. The file is then > customized for production, development, … > > Do u mean during deployment? During development,