installing django on exisisting directadmin

undirectAdmin

New member
Joined
Jul 11, 2016
Messages
2
Hello Fellow Administrators,

I have a directadmin installation on a centos7 box with varnish installed.

I need to enable Django .. can anyone give me some tips/step by step guide.

Thanks in advanced
 
adding pythong

i used this thread to build my custombuild sucessfully, howevery, i am unable to see if the custom module is added or not..

https://help.directadmin.com/item.php?id=191

currently my file ends like this

Code:
        "--with-ssl=/usr" \
        "--enable-headers" \
        "--with-mod_wsgi"

is that sufficient or do i have to download mod_wsgi from somewhere
 
Back
Top