Re: How to use Django with Apache and mod_wsgi

2012-08-22 Thread Seyfullah Tıkıç
tl) >> >> jb >> >> >> >> On Monday, August 20, 2012 11:30:49 AM UTC+2, stikic wrote: >> >>> httpd.conf file is in the attachment. >>> >>> 2012/8/20, Joseph Mutumi : >>> > Hello, >>> > >>> >

Re: How to use Django with Apache and mod_wsgi

2012-08-22 Thread Seyfullah Tıkıç
jb > > > > On Monday, August 20, 2012 11:30:49 AM UTC+2, stikic wrote: > >> httpd.conf file is in the attachment. >> >> 2012/8/20, Joseph Mutumi : >> > Hello, >> > >> > Could you post the VirtualHost configuration for Apache?

Re: How to use Django with Apache and mod_wsgi

2012-08-20 Thread Seyfullah Tıkıç
httpd.conf file is in the attachment. 2012/8/20, Joseph Mutumi : > Hello, > > Could you post the VirtualHost configuration for Apache? > That would greatly help us help you. > > Regards > > On Mon, Aug 20, 2012 at 12:30 AM, Seyfullah Tıkıç wrote: > >> Hell

How to use Django with Apache and mod_wsgi

2012-08-19 Thread Seyfullah Tıkıç
Hello, I read the article below. https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/ But still http://localhost redirects to /var/www/localhost/htdocs/index.html. I want http://localhost/ redirescts to /home/seyfullah/django/mysite. How can I do this? -- SEYFULLAH TIKIÇ -- You rec

Help for finance sector

2012-07-29 Thread Seyfullah Tıkıç
Hello, Do I have any way to get paid help from django developers? I work for some of the biggest finance corporations in Turkey, and I may need help in development or bug-fixing for my customers. And I may not have weeks to get help, how can I get corporate help from django community? Thank you.

Re: urlpatterns

2012-07-08 Thread Seyfullah Tıkıç
olls/results.html'), > > name='poll_results'), > > url(r'^(?P\d+)/vote/$', 'polls.views.vote'), > > ) > > urlpatterns += patterns('', > > url(r'^admin/', include(admin.site.urls)), > > > &g

Re: urlpatterns

2012-07-08 Thread Seyfullah Tıkıç
udelj > But you've commented out all your URLs that start with /polls/, like > url(r'^polls/$', > 'index')... r'^polls/$' will resolve to http://127.0.0.1:8000/polls/, for > example. > > -m > > > On 8 July 2012 23:01, Seyfullah Tıkıç

Re: urlpatterns

2012-07-08 Thread Seyfullah Tıkıç
http://127.0.0.1:8000/polls/34/ http://127.0.0.1:8000/polls/ http://127.0.0.1:8000/polls/34/results/ 2012/7/8 Mario Gudelj > Which url are you trying to access when you get that 404? > On Jul 8, 2012 5:36 PM, "Seyfullah Tıkıç" wrote: > > -- > You received this message b

Web service development

2012-07-08 Thread Seyfullah Tıkıç
Hello, How can I develop web service using django? Is there edit and continue feature in django/python like Microsoft Visual Studio/CSharp? Thank you. -- SEYFULLAH TIKIÇ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

urlpatterns

2012-07-08 Thread Seyfullah Tıkıç
Hello, I am studying tutorial 4. I have a page not found error. My mysite/urls.py is as follows : from django.conf.urls import patterns, include, url from django.views.generic import DetailView, ListView from polls.models import Poll from django.contrib import admin admin.autodiscover() #urlpatter

Render error

2012-07-08 Thread Seyfullah Tıkıç
Hello, I am studying on django tutorials 3 and 4. I have polls/model.py is as follows import datetime from django.utils import timezone from django.db import models # Create your models here. class Poll(models.Model): question = models.CharField(max_length=200) pub_date = models.DateTimeF

Re: django-admin.py startproject mysite

2012-06-19 Thread Seyfullah Tıkıç
http://stackoverflow.com/questions/2870262/django-admin-py-startproject-mysite-not-working-well-on-windows-7 solved my problem. 2012/6/19 Seyfullah Tıkıç > Yes, I use an admin account. Python.exe is in my path as "c:\Python27". Ok > I will try python way. > > Thank you.

Re: django-admin.py startproject mysite

2012-06-19 Thread Seyfullah Tıkıç
Yes, I use an admin account. Python.exe is in my path as "c:\Python27". Ok I will try python way. Thank you. 2012/6/19 Dennis Lee Bieber > On Tue, 19 Jun 2012 08:41:55 +0300, Seyfullah Tıkıç > declaimed the following in gmane.comp.python.django.user: > > > Ok, now

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
py a s d Argument 0 is C:\Python27\MyFiles\t.py There is something wrong, but I couldn't understand. 2012/6/19 Dennis Lee Bieber > On Tue, 19 Jun 2012 00:23:06 +0300, Seyfullah Tıkıç > declaimed the following in gmane.comp.python.django.user: > > > Thank you for suggestions

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
s d C:\Python27\MyFiles>t.py a s d Argument 0 is C:\Python27\MyFiles\t.py 2012/6/18 Dennis Lee Bieber > On Mon, 18 Jun 2012 20:35:35 +0300, Seyfullah Tıkıç > declaimed the following in gmane.comp.python.django.user: > > > I created a file named t.py and wrote what you wrot

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
Any suggestions please? 2012/6/18 Seyfullah Tıkıç > Yes, I restarted my computer. > > > 2012/6/18 şahin mersin > >> Did you restart your computer? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
Yes, I restarted my computer. 2012/6/18 şahin mersin > Did you restart your computer? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group,

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
I created a file named t.py and wrote what you wrote. In the first step, I see this : C:\Python27\MyFiles>t.py a one and a two Argument 0 is C:\Python27\MyFiles\t.py 2012/6/18 Dennis Lee Bieber > On Sun, 17 Jun 2012 15:54:39 -0700 (PDT), stikic > declaimed the following in gmane.comp.python.