Re: Who can help me?

2020-08-23 Thread Hella thor
Thank you,I see what's going on here Siddhartha 于2020年8月24日周一 上午1:02写道: > Its the class > > that > django uses to auto reload the development server whenever you make code > changes . > > Specifically, determined wit

Re: Sources for learning django

2020-08-23 Thread 'Amitesh Sahay' via Django users
Yo start with you can implement the Django in - built authentication system . You will learn a lot Sent from Yahoo Mail on Android On Fri, 21 Aug 2020 at 4:00, Mohamed Ghoneim wrote: Hey guys,  can any one tell me  name of books , websites or youtube channels  which are good to learn dja

Re: Sources for learning django

2020-08-23 Thread MUGOYA DIHFAHSIH
All resources are good for learning django but one and the only best place to learn everything in it's depth is to use the documentation of the framework. Django documentation is one of the best of all web frameworks, it has everything that you need to learn django. Also the second best source to

Re: error at deployment

2020-08-23 Thread Kasper Laudrup
Hi Sayur, On 22/08/2020 22.53, Sayur Patel wrote: hello i am beginner and this is my first project. Welcome to developing websites using Django. Hope you'll enjoy it. anything am i missing? You should probably let us know a bit about what Phusion Passenger is and how you have deployed

Re: error at deployment

2020-08-23 Thread MUGOYA DIHFAHSIH
Also that error comes about if you didn't create well the python application like maybe you missed the application root, or you didn't replace the code in your wsgi.py with this line. from myproject import application On Sun, Aug 23, 2020, 22:49 MUGOYA DIHFAHSIH wrote: > You are missing python

Re: error at deployment

2020-08-23 Thread MUGOYA DIHFAHSIH
You are missing python manage.py collectstatic, this is used to copy your static files to public fold so that they can be served by the server . On Sun, Aug 23, 2020, 02:14 Amresh Giri wrote: > Check logs bro. You'll know what went wrong and where. > > On Sun, Aug 23, 2020, 3:45 AM Sayur Patel

Re: Who can help me?

2020-08-23 Thread Siddhartha
Its the class that django uses to auto reload the development server whenever you make code changes . Specifically, determined within the *get_reloader*

Re: My first question

2020-08-23 Thread sakshi jain
questions bank..tu phele mere swal ka jwab de On Sun, Aug 23, 2020, 13:53 firstd...@gmail.com wrote: > Re-formatted the answer and it's now available at > https://medium.com/@liuzheng900204/as-a-programmer-you-need-to-understand-these-about-files-b542c60d9285?sk=00c805001cd05feb7d501f6e7e1bbd04

Re: My first question

2020-08-23 Thread firstd...@gmail.com
Re-formatted the answer and it's now available at https://medium.com/@liuzheng900204/as-a-programmer-you-need-to-understand-these-about-files-b542c60d9285?sk=00c805001cd05feb7d501f6e7e1bbd04 On Tuesday, July 21, 2020 at 1:07:29 AM UTC+8 meth...@gmail.com wrote: > Consider reading this article on

Re: Who can help me?

2020-08-23 Thread Jaap van Wingerde
This is the first result with Google: https://stackoverflow.com/questions/55831728/what-is-statreloader-while-running-django Hella thor schreef op August 21, 2020 9:23:22 AM UTC: >Hey guys: > >My python version is 3.7.1 >Django version is 3.1 > >When I started the project > >[image: 9.png] > >-