Re: Need Guidance to setup Django with MS SQL server

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Thu, 8 Oct 2020, 12:06 am arun sahu, wrote: > Hi Geeks, > > I need your support for settin

Re: Need Guidance to setup Django with MS SQL server

2020-10-07 Thread Eugene TUYIZERE
try this https://django-mssql.readthedocs.io/en/latest/quickstart.html#dependencies OR https://stackoverflow.com/questions/43430091/connecting-django-with-mssql-server On Wed, 7 Oct 2020 at 20:36, arun sahu wrote: > Hi Geeks, > > I need your support for setting up my django project with MS SQL s

Need Guidance to setup Django with MS SQL server

2020-10-07 Thread arun sahu
Hi Geeks, I need your support for setting up my django project with MS SQL server. As there is no proper tutorial how to setup with MS SQL server. I tried it many times but failed with same errors. Please help me to progress. Tried below : 'ods_database': { 'ENGINE': 'sql_server.pyodbc

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread o1bigtenor
On Sat, Jun 20, 2020 at 8:26 AM VenkataSivaRamiReddy wrote: > > is there any details setup documentation?, i followed > https://github.com/django-helpdesk/django-helpdesk and clone the code and > created and activated virtual environment and after i run python setup.py > install. After i am try

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread VenkataSivaRamiReddy
is there any details setup documentation?, i followed https://github.com/django-helpdesk/django-helpdesk and clone the code and created and activated virtual environment and after i run python setup.py install. After i am trying to start python manage.py makemigrations, but showing file not found

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread o1bigtenor
On Sat, Jun 20, 2020 at 5:09 AM venna venkatReddy wrote: > > i need to setup support ticket feature to my client application. i found > django helpdesk package but i try to setup but til now i dont complete, if > any of you worked this Support Ticket system please help me. thanks > Greetings I

how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread venna venkatReddy
i need to setup support ticket feature to my client application. i found django helpdesk package but i try to setup but til now i dont complete, if any of you worked this Support Ticket system please help me. thanks -- You received this message because you are subscribed to the Google Groups

Re: Unable to setup Django

2017-12-08 Thread Mike Dewhirst
Power shell is unnecessary. I'm not sure but I think it gives you privileges you don't want while developing. Anyway, find where activate.bat is and cd to the dir above the Scripts dir and enter ... $>scripts\activate And cross your fingers :) Connected by Motorola Nav Pat wrote: >So Im t

Unable to setup Django

2017-12-08 Thread Nav Pat
So Im trying to activate virtual environment but its not happening. I type "venv\Scripts\activate" into my powershell and out comes : "venv\Scripts\activate : The module 'venv' could not be loaded. For more information, run 'Import-Module venv'. At line:1 char:1 + venv\Scripts\activate + ~~

Re: How to setup django 1.9 with mongodb

2016-09-30 Thread ludovic coues
Django's ORM doesn't support mongodb or any non-relational database (read SQL only). So you set it up like any django, but you don't use the models 2016-09-30 11:37 GMT+02:00 danang geek : > hai Man How to setup django 1.9 with mongodb > > -- > You received this message

How to setup django 1.9 with mongodb

2016-09-30 Thread danang geek
hai Man How to setup django 1.9 with mongodb -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to

Re: wsgi setup + django 1.9 + python 3.5.1 on mac os x

2016-06-28 Thread Coulson Kgathi
ok thanks c.t.kgathi On 28 Jun 2016 16:57, "Avraham Serour" wrote: > most are for linux, but I believe you can adapt > > > https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04 > https://docs.djangoproject.com/en/1.9/howto/deployme

Re: wsgi setup + django 1.9 + python 3.5.1 on mac os x

2016-06-28 Thread Avraham Serour
most are for linux, but I believe you can adapt https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04 https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/uwsgi/ http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_

Re: wsgi setup + django 1.9 + python 3.5.1 on mac os x

2016-06-28 Thread Coulson Kgathi
deploying my mac as a server could you point me to the proper documentation to deploy using nginx+uwsgi so i can try it On Tue, Jun 28, 2016 at 4:49 PM, Avraham Serour wrote: > it seems it doesn't have cffi installed > > but why do you want to do this? are you using the mac as server of are yo

wsgi setup + django 1.9 + python 3.5.1 on mac os x

2016-06-28 Thread Coulson Kgathi
I am getting an error trying to setup my django project on apache2 mac os x, django 1.9, python 3 my wsgi.py looks like this import os import sys VIRTUALENV_PATH = '/Users/ckgathi/.virtualenvs/bcpp-interview/' SOURCE_ROOT_PATH = '/Users/ckgathi/source' LOCAL_PROJECT_RELPATH = 'bcpp-intervie

Re: wsgi setup + django 1.9 + python 3.5.1 on mac os x

2016-06-28 Thread Avraham Serour
it seems it doesn't have cffi installed but why do you want to do this? are you using the mac as server of are you setting up your development environment? for development you may just use manage.py runserver, you don't need to setup apache for the server I recommend using nginx+uwsgi, the kille

AWS Ops Works - Setup DJango

2015-08-14 Thread Steve McAtee
Hello, I'm a bit of a noob when it comes to DJango. I am trying to deploy a zipped django application into AWS OpsWorks. I am using: https://github.com/alecpm/opsworks-web-python I have built the stack and get it to start and install Django/python. What I am stuck in is how do I take a Zip o

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-31 Thread Ross Dakin
I run prefork with mod_wsgi (embedded) and mod_php. No troubles so far, though I'm using MySQL with PHP and Postgres with Django, so I'm not likely to experience the MySQL library issues Graham described. I've read that mod_php actually doesn't like worker MPM, because come common PHP extensions

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-31 Thread Håkan Waara
31 okt 2008 kl. 04.23 skrev Graham Dumpleton: > > > > On Oct 31, 10:14 am, Håkan Waara <[EMAIL PROTECTED]> wrote: >> Hi folks, >> >> I'm in the process of for the first time deploying a django site that >> (unfortunately) needs to share its Apache with an existing PHP site. >> >> I've been readin

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Graham Dumpleton
On Oct 31, 10:14 am, Håkan Waara <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm in the process of for the first time deploying a django site that   > (unfortunately) needs to share its Apache with an existing PHP site. > > I've been reading a bunch about mod_wsgi and in many places there are   >

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Naitik Shah
On Thu, Oct 30, 2008 at 4:14 PM, Håkan Waara <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I'm in the process of for the first time deploying a django site that > (unfortunately) needs to share its Apache with an existing PHP site. > > I've been reading a bunch about mod_wsgi and in many places the

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Brian Neal
On Oct 30, 6:14 pm, Håkan Waara <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm in the process of for the first time deploying a django site that   > (unfortunately) needs to share its Apache with an existing PHP site. > > I've been reading a bunch about mod_wsgi and in many places there are   > me

How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Håkan Waara
Hi folks, I'm in the process of for the first time deploying a django site that (unfortunately) needs to share its Apache with an existing PHP site. I've been reading a bunch about mod_wsgi and in many places there are mentions that setting up apache with mpm-worker (basically multithreade

Re: How to setup Django on Apache with correct rights and owners

2007-06-20 Thread Joel
> If you are not going to modify your application directories/files > through apache, a read permission for apache would be sufficient. Is this correct? I'm under the impression apache needs write access to the directories so it can create the pyc files. Otherwise you're going to have really

Re: How to setup Django on Apache with correct rights and owners

2007-06-20 Thread Ramashish Baranwal
On Jun 20, 8:29 pm, Pythoni <[EMAIL PROTECTED]> wrote: > I use Django with Apache and it runs great. > I have root access to the server. > But still I am not sure what are the best raccess rights for : > settings.py > for files in > models and views directories and for directories themselves. > W

Re: How to setup Django on Apache with correct rights and owners

2007-06-20 Thread Paul Rauch
Pythoni schrieb: > I use Django with Apache and it runs great. > I have root access to the server. > But still I am not sure what are the best raccess rights for : > settings.py > for files in > models and views directories and for directories themselves. > What owner shall I use? root or httpd o

How to setup Django on Apache with correct rights and owners

2007-06-20 Thread Pythoni
I use Django with Apache and it runs great. I have root access to the server. But still I am not sure what are the best raccess rights for : settings.py for files in models and views directories and for directories themselves. What owner shall I use? root or httpd or different? Thank you for help

Re: Setup django

2006-06-22 Thread SmileyChris
Hi Martin, Django works alright with FastCGI, so if you can get that installed it looks like your best bet. Check out this page for some installation info for a shared environment: http://wiki.dreamhost.com/index.php/Django --~--~-~--~~~---~--~~ You received this

Re: Setup django

2006-06-22 Thread Malcolm Tredinnick
On Thu, 2006-06-22 at 16:48 -0700, djx wrote: > If the traffic is also small, maybe can use the development server? > See > > http://www.djangoproject.com/documentation/tutorial1/ Please don't suggest that. The development server is very much not appropriate for any kind of production use. There

Re: Setup django

2006-06-22 Thread djx
If the traffic is also small, maybe can use the development server? See http://www.djangoproject.com/documentation/tutorial1/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Re: Setup django

2006-06-22 Thread Joseph Heck
there's always lighttpd...-joeOn 6/22/06, Martin <[EMAIL PROTECTED]> wrote: Hi all,I just recently found out about django and started playing around withit to explore if I could use it for my new small and simpleapplication.Looking at the features and the way django works it seem pretty much have a

Setup django

2006-06-22 Thread Martin
Hi all, I just recently found out about django and started playing around with it to explore if I could use it for my new small and simple application. Looking at the features and the way django works it seem pretty much have all the features I would require. So the next step in my evalution is