Very good all video tutorials . I read on internet about django. Has djanjo problems and limits ? How can us to protect files and websites . Thank you . Regards .
@mythcat what do You mean "protect files and webistes".. files in django are kept (at least should be) outside web folders, and as for websites.. well django is built by large community and so any bugs are quickly fixed.. You should read the official django docs and above all - learn python..
@wipcrk I need to know if some files like apache or settings files is need to set in linux with some permisions. For example how I do that or is make that by django and apache.
@programmersbook thanks a lot... I handled
yssefunc 2 weeks ago
Hello
I write ./manage.py runserver but I face this problem
-bash: ./manage.py: Permission denied
What I handled this question??????
yssefunc 2 weeks ago
@yssefunc yo have to set the exec flag: chmod +x ./manage.py
programmersbook 2 weeks ago
@yssefunc what worked for me was sudo python manage.py runserver
RiaHikkusu 1 week ago in playlist Full Django Tutorial Playlist
The best choice for django on linux+apache is to use mod_wsgi. Read django docs for more details.
wipcrk 1 month ago
@wipcrk The best: Linux + nginx + uwsgi = awesome
programmersbook 1 month ago
Very good all video tutorials . I read on internet about django. Has djanjo problems and limits ? How can us to protect files and websites . Thank you . Regards .
mythcat 1 month ago in playlist More videos from programmersbook
@mythcat Well, every framework has "problems", but since I worked with Django I didn't run into major problems, it just worked very well for me.
programmersbook 1 month ago
@mythcat what do You mean "protect files and webistes".. files in django are kept (at least should be) outside web folders, and as for websites.. well django is built by large community and so any bugs are quickly fixed.. You should read the official django docs and above all - learn python..
wipcrk 1 month ago
@wipcrk I need to know if some files like apache or settings files is need to set in linux with some permisions. For example how I do that or is make that by django and apache.
mythcat 1 month ago
Very good! I wanted to learn how to use django, at least the basic and I did found your tutorials
Thanks!
guiltygearvenom 1 year ago
@guiltygearvenom You Welcome! There will be more in the future, the goal is to cover the whole django!
programmersbook 1 year ago