Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

learn more… | top users | synonyms

0
votes
1answer
27 views

Setting up Django and Posgtresql on ubuntu

I am running Kubuntu 12.04 LTS. I have been reading the django book and I have hit a snag where I'm unable to set up posgresql to work with the django app. I have installed both python-postgresql ...
2
votes
1answer
369 views

Can't install Guest Additions on VirtualBox Ubuntu 13.04

I'm trying to develop a website in Python, and have installed VirtualBox on my Ubuntu 13.04 host. The VirtualBox is running an Ubuntu 13.04 Django stack. I need to be able to edit the files within my ...
1
vote
0answers
37 views

Error using “make” when installing xapian-bindings

I'm following this tuto http://django-haystack.readthedocs.org/en/latest/installing_search_engines.html because I want to implement Haystack+Xapian on a proyect. The thing is, it was all going ok ...
0
votes
1answer
48 views

Set up PHP and Django Virtualhosts on a single Apache2 Server

Here is the problem: I want to host several development projects in Zend, Drupal, and Django on a single Apache2 server. While I have had this working in the past, the method of getting it to work was ...
0
votes
0answers
94 views

Installation of : Django-CMS+PostgreSQL+Ubuntu12.04 on a separate system user account

I am new to Django CMS and Ubuntu. I would like to install Django-CMS on a separate system user on Ubuntu, so that my python environment dedicated to Django-CMS would not conflict with other python ...
0
votes
2answers
231 views

Error is not recoverable: exiting now

I want to install django. I have the following instructions to do this: wget "http://www.djangoproject.com/download/1.4/tarball/" -O Django-1.4.tar.gz tar xzvf Django-1.4.tar.gz cd ...
3
votes
2answers
398 views

Is django installed by default?

I installed Ubuntu 12.10. Is django installed by default on my Ubuntu? If not, how can I install it?
0
votes
1answer
39 views

Ubuntu 10.04 updating mod_wsgi to version 3.4: still shows 2.8

I've followed instructions on How to update mod_wsgi to latest version on Ubuntu 10.04? and https://www.digitalocean.com/community/articles/installing-mod_wsgi-on-ubuntu-12-04 After an apache ...
1
vote
1answer
75 views

Permission denied error when installing django

OSError: [Errno 13] Permission denied: '/usr/share/pyshared/Django-1.4.1.egg-info' Storing complete log in /home/lightning/.pip/pip.log lightning@rigel5:~$ OS: Ubuntu 12.10 32 bit 2GB RAM Trying ...
1
vote
1answer
131 views

How to install django?

Help to install Django. When I extract the file the contents have been just dumped all over my Home folder and when I try to either import django or sudo install it I get errors.
0
votes
1answer
165 views

Django installed, but can't import django in python

I've installed Django multiple ways, via apt-get and pip install. They all say I have the most recent version of Django. Now whenever I run python in Terminal and type in import django, I receive ...
0
votes
3answers
113 views

Do all webservers running locally rely on the /etc/hosts file?

I'm running the Django webserver locally, and I want be able to enter www.my-site.dev or username.my-site.dev and have that map to my Django application. I've seen a lot of solutions for Apache, ...
1
vote
1answer
214 views

How to apply a python patch on installed library

I have a linux box with root access. I've django library installed as uncompressed python egg. Now I want to install this patch. How can I do it?
2
votes
2answers
270 views

Problems upgrading to Python 3.3 and setting up Django

I'm new to Linux and am trying to set up Python / Django on my machine! I installed Python 3.3 from the source file and it was compiled into /usr/local/bin. Then I created a symbolic link between ...
1
vote
1answer
144 views

Django 1.4 dependency when packaging a Precise application

I am trying to package a program I wrote that depends on Django 1.4.1 in Ubuntu 12.04. As Django 1.4.1 isn't available in Precise I am wondering if it is best to: Package up Django 1.4.1 and drop ...
5
votes
1answer
2k views

Install uwsgi 1.2.5 via pip

Welcome, Currently I'm trying to install latest uwsgi on my VPS (Ubuntu 11.10) based on instruction from the site http://projects.unbit.it/uwsgi/wiki/Quickstart pip install uwsgi During ...
2
votes
2answers
2k views

Apache virtual host configuration error

I'm trying to configure Apache2 with Django and mod_wsgi on a virtual host. I wrote a simple configuration file: <VirtualHost: *.80> ServerName gpx ServerAlias gpx.gpsfte ...
1
vote
1answer
665 views

Django environment variable undefined

On running django, I frequently get the following error: ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. How do I set the evironment ...
0
votes
1answer
827 views

Python - pip module install 2.6 instead of 2.7

I use Django 1.3 with Python 2.7 on Ubuntu 10.04. $ python Python 2.7.1 ... >>> I'm trying to install the python module django-grappelli. $ pip install django-grappelli ...
0
votes
0answers
400 views

TTF Font in Ubuntu Server for Apache [closed]

Im running a Django server under apache and mod_wsgi, and I use a specific font. How would I install it for apache to use with the website? (Css = font-face: "Font";)
5
votes
2answers
2k views

Setting the Python path for the trunk version of Django

I am trying to run the unit tests for the trunk version of Django. I also have a version of Django installed on my system which I installed via apt-get install. How can I change the Python path to ...
1
vote
1answer
4k views

How to solve the DJANGO_SETTINGS_MODULE error?

i installed wsgi, python, apache and django on my Ubuntu 10.04 but when i django-admin.py runserver i get this error Error: Settings cannot be imported, because environment variable ...
6
votes
2answers
2k views

How do you install mod_wsgi?

I ran the following commands sudo apt-get install libapache2-mod-wsgi sudo a2enmod mod-wsgi I keep getting this extremely frustrating message ERROR: Module mod-wsgi does not exist! Please help. ...
4
votes
1answer
286 views

Django based blog

Is there a Django based blog available on the repositories of Ubuntu?