It looks like what you've linked to is a full project.

In order to use any part of Django, you need to setup a Django
instance. You will need to go configure apache to pass requests going
to example.com/weblog/ to Django, specifically your project folder.
The url.py folder then handles the rest.
-Chris

On Jan 10, 8:57 am, gryzzly <mrejz...@gmail.com> wrote:
> I have a website that is a bunch of html files, deployed trhough
> apache. (let's say, example.com)
>
> What do I need to do in order to deploy one django application (let's
> sayhttp://github.com/vbabiy/django_blog) on example.com/weblog/?
>
> I know how to plug an application into existing django project, but
> what if all I want to use is the application?
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to