The django tag has no wiki summary.
1
vote
1answer
15 views
gcc not found when installing mysqldb for django 1.4
I am trying to install the python module mysqldb which is the python interface for mysql. I need this module because I am creating a Django development server (Django 1.4, OpenSUSE) and the database ...
0
votes
1answer
21 views
Django not installing with pip because of mismatched hash
I have a virtual machine set up with a directory created with virtualenv (env2). I am inside this directory and have it activated and want to instal django 1.4. This is my command:
$ pip install ...
0
votes
0answers
26 views
CentOS, Django, mod_wsgi permission error
Running CentOS 6.4, Django 1.5.1, and mod_wsgi 3.2.
I've set up a simple server configuration but when I restart the httpd service I get the following error in the logs:
(13)Permission denied: ...
0
votes
2answers
77 views
What is symlinking and how can learn I how to to do this?
From the Django-Documentation:
The django-admin.py script should be on your system path if you installed Django via its setup.py utility. If it’s not on your path, you can find it in ...
1
vote
0answers
69 views
How do I fix my FastCGI Pinax / Django deployment?
I'm running OSX Lion (posted here because this is a Unix-specific question), and am trying to deploy a Pinax project via FCGI. I have the FastCGI daemon running:
$ ps wwaux | grep fcgi
jonathan ...
1
vote
0answers
86 views
How do I satisfy the “warnings” Pinax requirement?
I'm trying to build a Pinax virtualenv. I get, on Precise Penguin with 0.7:
jonathan@ubuntu:~/Downloads/Pinax-0.7-bundle/scripts$ ./pinax-boot.py ~/virtual
New python executable in ...
2
votes
0answers
160 views
What are the differences between runit and supervisord?
I'm looking into changing our Django deployments and was reading the deploy page for gunicorn and it talks about both supervisord which I was aware of and planning on using and runit that I don't ...
1
vote
2answers
578 views
Ubuntu Server: Already have LAMP installed, how do i install and set up Django?
Alright, so i've been struggling with installing and configuring Django for months now. I have reinstalled Ubuntu Server countless times because of my fails. I keep messing up some way every time.
...