High-level Python web framework
3
votes
1answer
223 views
Simple Dotnetnuke or Django Q&A engine
Please recommend me some simple engine based on Dotnetnuke or Django that allows users to ask questions and the others to answer them. It doesn't need to be complex, but with tags and categories.
2
votes
2answers
4k views
Where is MYSQL installed on Mac?
I've always used MAMP or XAMPP to install MYSQL so it's been fairly straightforward. The only most I've had to do is create a symbolic link.
I'm now starting to learn Django and I would like to ...
2
votes
1answer
152 views
Cannot type the letter 'b' in Django Shell
My programming teacher has me doing a Django progect for my last project of the year. I've hit a big wall though. I can't use the django manage.py shell because 1 letter doesnt work. Lowercase 'b'. It ...
2
votes
2answers
314 views
Deploying django with Nginx
I would like to know has anyone been successful to run django on nginx? I have several django apps running on Apache2 on suse 11.4 and i would like to migrate them to nginx. Are there any modules that ...
2
votes
1answer
2k views
Installing MySQL Server on a Mac with Homebrew
As a total newbie I am trying to get through this tutorial: http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-creating-a-dynamic-website/
I'm at the point where I've used brew ...
2
votes
1answer
133 views
Deploy in Windows Server using fabric
I'm developing a Python + Django project in Linux, but the Production Server is a Windows 2008 server. I've been trying to deploy (update repo, update database, restart apache) directly from my ...
1
vote
4answers
974 views
How to open python scripts directly by typing in their name in terminal (Mac OS X)
I'm working on installing django and running it on my system.
I have a problem though, in this tutorial creating a project is explained by running the command
django-admin.py startproject mysite
...
1
vote
2answers
1k views
Installing software from tar.gz on Linux (Ubuntu) - where to start and where does it end up?
I am usually a Windows user, but I have decided to check out Django, and was recommended doing this on a Linux box.
I downloaded the Django-1.2.5.tar.gz, and by default it ended in the tmp folder. ...
1
vote
1answer
67 views
How to solve it when make the mod_python?
the verison of RPM is:
httpd-2.2.3-63.el5.centos.1
httpd-devel-2.2.3-63.el5.centos.1
apr-1.2.7-11.el5_3.1
apr-devel-1.2.7-11.el5_3.1
apr-util-1.2.7-11.el5
apr-util-devel-1.2.7-11.el5
the version of ...
1
vote
1answer
16 views
sudo permission issue LoadModule wsgi_module
I'm trying to run this command on Ubuntu:
echo "LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so" > /etc/apache2/mods-available/wsgi.load
I get a permission issue, normally this can ...
1
vote
1answer
67 views
Access Django dev server from guest VM machine
I have Ubuntu 12.04 and Django dev server. To test how it looks in IE, I insalled virtual box and Win7 machine.
It runs successfully, I can ping the host machine (192.168.56.1) from virtual box guest ...
1
vote
1answer
128 views
Can I make my nginx error_log save the whole stacktrace?
I have an Django app running on fastcgi and when there's an exception it seems like it getting cut off in the logs error.log:
2012/06/10 19:25:55 [error] 1416#0: *19219 FastCGI sent in stderr: ...
1
vote
1answer
381 views
Linux — Django test server running in background… somewhere
Using Putty on my Vista machine, I logged into my development server (Ubuntu) and fired up the Django Test server. It runs an apache-like server to test my web app. The app runs on my internal IP ...
1
vote
1answer
2k views
Django/Apache/mod_wsgi: how to avoid 403 without making home dir world-executable?
[Please see bottom of question for latest status!]
I'm trying to set up Django with Apache + mod_wsgi on a vanilla Debian 6.0 machine.
Unfortunately, when I go to the machine's IP address in a ...
1
vote
1answer
498 views
python-imaging and libjpeg on FreeBSD
I had a problem with image uploading to Django with FreeBSD, so I asked on SO:
http://stackoverflow.com/questions/1959447/django-uploading-image-error and got an answer.
Our admin can't install these ...
1
vote
1answer
5 views
Can't reach Django web dev server from Host OS using VirtualBox
I'm having trouble trying to reach my Django web dev server inside VirtualBox (4.2.8). What I'm trying to do is connect through the web browser in my Host OS to the web dev server running in the Guest ...
0
votes
1answer
2k views
installing Gevent on OSX
>>> import gevent
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.6-universal/egg/gevent/__init__.py", line 41, in ...
0
votes
1answer
49 views
How can I fix this ImportError?
I am getting this error
ImportError: no module named request
To fix this:
sudo apt-get install request
works in Ubuntu. How do I fix this error in CentOS?
0
votes
1answer
216 views
Install mysql-python on Mountain Lion
I'm trying to install but i get this:
new-host-27:enquete felippe$ file /usr/local/bin/python
/usr/local/bin/python: Mach-O universal binary with 2 architectures
/usr/local/bin/python (for ...
0
votes
2answers
188 views
Can't save Apache httpd.conf file
I'm trying to edit the httpd.conf file so I can use django on my Apache server, but I get an error message saying, "Please check if this file is opened in another program," when I try to save the ...
0
votes
2answers
1k views
Installing GeoIP on Mac?
I want to install the MaxMind GeoIP C library, so that I can use GeoIP as part of Django. I'm working on MacOS.
I've downloaded GeoIP-1.4.8.tar.gz from here and run:
./configure
make
make check
...
0
votes
1answer
330 views
Cannot access PHPMyAdmin after installing Django
I usually access phpMyAdmin on my server by going to www.mysite.com/phpMyAdmin, however after I've installed Django, when I go to the mentioned address, I get the Django It worked page.
Any ...
0
votes
1answer
154 views
Python Upgrade Broke Django
I've upgraded Python from 2.5 to 2.7, but the upgrade broke Django. My Django tests and shell report they can't find the modules.
I tried putting the site-packages with Django on my PYTHONPATH in ...
0
votes
2answers
291 views
'.htaccess' file Disappeared after i upload it to ftp on alwaysdata.com
I follow this article : deploying-django-at-alwaysdata-com
and i'm not successful now , look my site : http://zjm1126.alwaysdata.net/:
i think it is due to the '.htaccess' file , so i create it ...
0
votes
1answer
109 views
How do I install mod_wsgi2.6 in Ubuntu?
I am having a problem while installing mod_wsgi 2.6 which supports Python 2.5 but I have Python 2.6 as the default in Ubuntu.
Can you please tell me whether I have to find a mod_wsgi version ...
0
votes
1answer
27 views
What's wrong with the Basic configuration of apache and mod_python?
the the Basic configuration of apache is:
LoadModule python_module /usr/lib64/httpd/modules/mod_python.so
<Location "/mysite/">
SetHandler python-program
PythonHandler ...
0
votes
0answers
14 views
Python Package Installing Older Version
First of all I apologize if this is the wrong StackExchange website. This is a question about installation problems more than programming itself.
I have a Django package that I created. This package ...
0
votes
0answers
42 views
How do I start Apache Solr on Ubuntu?
I installed the following on Ubuntu:
apt-get install solr-jetty
pip install pysolr
pip install django-haystack
How can I start Solr? Where did it get installed in Ubuntu, i.e. what's the ...
0
votes
0answers
34 views
installing Django on a remote server not working
I am attempting to install Django on a remote server. I have yum installed the following:
apache
mod_wsgi
Django
mysql
(python is already installed)
I have uploaded my project to the directory: ...
0
votes
1answer
28 views
How can I run Bitnami OSQA with other web service (wordpress, joomla)?
I installed OSQA Bitnami on my VPS. And I also point 3 domains to this VPS. Now I want each domain point to different web service (I have another PHP website I want to host here).
How can I run php ...
0
votes
0answers
32 views
Error 1045 access denied
In my VM CentOs, I created another user 'sheilay'.
As sheilay, I created a project PUPAIS and as I enter the command python manage.py syncdb, there was an error (1045, "access denied for user ...
0
votes
0answers
66 views
Can't access Django site after Debian migration
Yesterday the folks on Dreamhost migrated my shared server from Debian Lenny, who has running python 2.4, then I upgraded it to python 2.7.2, to a Debian Squeeze, who runs 2.7.3.
In this migration my ...
0
votes
0answers
12 views
Upgrading hosting plan for an existing Django app on shared hosting [closed]
So I'm currently running the OSQA (Django) app on my site, and it currently uses shared hosting on DreamHost. How would I go about transferring my site to a..lets say..dedicated server? Would I have ...
0
votes
1answer
134 views
Build debian package of Django 1.4 for squeeze
I need to build a debian package for Squeeze of Django 1.4 to add to our local aptitude repository. I found a package here under Download Source Package python-django: ...
0
votes
1answer
179 views
django on production server(ubuntu)
I'm trying to ship web application to the production server. My setup is django-gunicorn-nginx by following this tutorial. I've not installed supervisor yet for checking purpose. There is no problem ...
0
votes
2answers
134 views
Windows does not see my command line arguments
C:\Users\Drew Gross\Documents\Projects\Batadase\src>django-admin.py startproject batadase
Usage: django-admin.py subcommand [options] [args]
Options:
-v VERBOSITY, --verbosity=VERBOSITY
...
0
votes
1answer
95 views
Is there a way to run django alongside a lampp stack?
I intend to move my webserver (ubuntu) from php to django.
I have working php scripts, and have tested some django locally. Now I want to run both on my webserver, but following various tutorials for ...
0
votes
1answer
214 views
Error installing pygraphviz on OSX
I'm trying to get the graph-models to work (from django-command extensions) on Snow Leopard. It requires pygraphviz, which I installed via macports. After successful install I am getting this error:
...
0
votes
1answer
568 views
pygraphviz - Install on Ubuntu 10 with django-extensions
I'm trying to install pygraphviz under Ubuntu 10.04 in order to use it within my Django projects.
I used synaptic and it was installed without any problem.
I also installed django-extensions with ...
0
votes
1answer
173 views
How to change group to files stored on an NTFS partition from ubuntu?
I'm working on a django app in ubuntu 9.10, and I have the files stored on an NTFS partition (becaus I have double boot and, sadly, still have to do some stuff with windows). Testing it with the ...
0
votes
1answer
106 views
Install a undocumented django-web application [closed]
I'm not too much into Django. However I do want to host an application (http://code.google.com/p/django-paste/) on my root server. Thing is: I don't know how to start it. The Django tutorials I read ...
-1
votes
1answer
132 views
Web Server for SVN+PHP+Django+Rails [closed]
Foreword: I am not asking for the differences between Nginx and Apache, nor do I want to start a "which one is better discussion.
I would like to ask for help with choosing the most adequate solution ...
-2
votes
0answers
7 views