Hi,
I am reading the book of .
I want to merge a simple rich-text editor to flatpage following the chapter
3.
In the url.py ,I have added the link to the urlpatterns. like this:
urlpatterns = patterns('',
(r'^admin/',inlcude(admin.site.urls)),
(r'^tiny_mce/(?P.*)$','django.views.static.serv
Hi,
I want to develop Django on the Apache2 server. And I have follow the some
instruction about how to setup django app on the apache2 server.
but allows failed.
My system is Ubuntu 10.10. what my step as below:
(1) sudo apt-get install apache2
(2) sudo apt-get install libapache2-mod-wsgi
whe
context_object_name='latest_poll_list',
template_name='polls/index.html')),
)
#########
2011/5/1 Steven Han
> Hi,
>
> I want to develop Django on the Apache2 server. And I have follow the some
> instruction
no , I don't
And I can use pythom manage.py runserver to run the project.
But I just want to use the apache server.
After installing the apache. I didn't modify any files except the httpd.conf
file.
2011/5/1 Robbington
> Bit confused matey,
>
> Do you have a domain name to serve those pages t
9000
ServerAdmin webmaster@localhost
WSGIScriptAlias / /home/zikey/Workspace/Django/djcms/django.wsgi
DocumentRoot /home/zikey/Workspace/Django/djcms
AllowOverride None
Order deny,allow
allow from all
2011/5/1 Gianluca Sforna
> On Sun, May 1, 2011 at 12:41 PM, Steven Han wrote:
te using a2ensite follwed by the
> name of your file, and I guess you should leave httpd.conf blank.
> Regards,
> George
>
> On May 1, 1:41 pm, Steven Han wrote:
> > Hi,
> >
> > I want to develop Django on the Apache2 server. And I have follow the
> some
> &g
6 matches
Mail list logo