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
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
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
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
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
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
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
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
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
+ ~~
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
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
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
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_
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
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
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
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
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
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
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
>
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
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
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
> 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
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
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
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
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
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
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
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
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
32 matches
Mail list logo