> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.
from django.conf.urls.defaults import patterns, include, url
# Uncomment the next two lines to enable the admin:
from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('',
# Examples:
# url(r'^$', 'Jackpoint.views.home', name='home'),
# url(r'^Jackpoint/', include('Jackpoint.foo.urls')),
url(r'^$', 'jackpoint.engine.views.index'),
#url(r'^X/$', 'jackpoint.X.views.index'),
url(r'^invitation/$', 'jackpoint.invitation.views.index'),
# Uncomment the admin/doc line below to enable admin documentation:
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
url(r'^invitation/create_invitation/$', 'jackpoint.invitation.views.create_invitation'),
url(r'^invitation/inscription/$', 'jackpoint.invitation.views.invitation_inscription'),
url(r'^hand/$', 'jackpoint.hand.views.index'),
url(r'^hand/ask/$', 'jackpoint.hand.views.ask'),
# Uncomment the next line to enable the admin:
url(r'^admin/', include(admin.site.urls)),
)
Le samedi 7 avril 2012 16:28:53 UTC+2, Marcin a écrit :
>> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group.
>> To view this discussion on the web visit >> https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
Does invitation/create_invitation work? If not, I suspect that you have either some kind of configuration issue, or the file has gone missing from your deployment/has wrong permissions set.
>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/django-users/-/**kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J> >>> . >>> To post to this group, send email to django-users@googlegroups.com. >>> To unsubscribe from this group, send email to django-users+unsubscribe@* >>> *googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>. >>> For more options, visit this group at http://groups.google.com/** >>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> .
> To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.
> Does invitation/create_invitation work? If not, I suspect that you have > either some kind of configuration issue, or the file has gone missing from > your deployment/has wrong permissions set.
> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>> from django.conf.urls.defaults import patterns, include, url
>> # Uncomment the next two lines to enable the admin:
>> from django.contrib import admin
>> admin.autodiscover()
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django users" group.
>>>> To view this discussion on the web visit https://groups.google.com/d/** >>>> msg/django-users/-/**kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J>
>>>> .
>>>> To post to this group, send email to django-users@googlegroups.com.
>>>> To unsubscribe from this group, send email to django-users+unsubscribe@
>>>> **googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/** >>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
Reinstalling django will not help. Verify that the file is present and has the correct permissions (likewise all superior directories, and also the relevant __init__.py files. These files are essential.).
You may also like to run the django shell, and try to import that module. If that does not work, examine the sys.path setting to ensure that jackpoint is on the path.
On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote: > i've made no deploiement at all ...
> No views in invitation works.
> I was working on live with the test server runnning.
> (i've tried to restart it more than one time after i get this error).
> And by magic all the views in invitation don't works, they are not found.
> Maybe a reinstallation of django ?
> Have you any suggestion ?
> Bussiere
> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>> Does invitation/create_invitation **work? If not, I suspect that you >> have either some kind of configuration issue, or the file has gone missing >> from your deployment/has wrong permissions set.
>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>> from django.conf.urls.defaults import patterns, include, url
>>> # Uncomment the next two lines to enable the admin: >>> from django.contrib import admin >>> admin.autodiscover()
>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Django users" group. >>>>> To view this discussion on the web visit https://groups.google.com/d/* >>>>> *ms**g/django-users/-/**kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J> >>>>> . >>>>> To post to this group, send email to django-users@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com> >>>>> . >>>>> For more options, visit this group at http://groups.google.com/**group >>>>> **/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>> .
>>>> -- >>>> Marcin Tustin >>>> Tel: 07773 787 105
>>> To post to this group, send email to django-users@googlegroups.com. >>> To unsubscribe from this group, send email to django-users+unsubscribe@* >>> *googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>. >>> For more options, visit this group at http://groups.google.com/** >>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> .
> To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.
> Reinstalling django will not help. Verify that the file is present and has > the correct permissions (likewise all superior directories, and also the > relevant __init__.py files. These files are essential.).
> You may also like to run the django shell, and try to import that module. > If that does not work, examine the sys.path setting to ensure that > jackpoint is on the path.
> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>> i've made no deploiement at all ...
>> No views in invitation works.
>> I was working on live with the test server runnning.
>> (i've tried to restart it more than one time after i get this error).
>> And by magic all the views in invitation don't works, they are not found.
>> Maybe a reinstallation of django ?
>> Have you any suggestion ?
>> Bussiere
>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>> Does invitation/create_invitation **work? If not, I suspect that you >>> have either some kind of configuration issue, or the file has gone missing >>> from your deployment/has wrong permissions set.
>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>> from django.conf.urls.defaults import patterns, include, url
>>>> # Uncomment the next two lines to enable the admin:
>>>> from django.contrib import admin
>>>> admin.autodiscover()
>>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Django users" group.
>>>>>> To view this discussion on the web visit https://groups.google.com/d/ >>>>>> **ms**g/django-users/-/**kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J>
>>>>>> .
>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to >>>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>> .
>>>>> -- >>>>> Marcin Tustin
>>>>> Tel: 07773 787 105
>>>> To post to this group, send email to django-users@googlegroups.com.
>>>> To unsubscribe from this group, send email to django-users+unsubscribe@
>>>> **googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/** >>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote: > Everything is fine.
> I said you it worked five second before ...
> Bussiere
> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>> Reinstalling django will not help. Verify that the file is present and >> has the correct permissions (likewise all superior directories, and also >> the relevant __init__.py files. These files are essential.).
>> You may also like to run the django shell, and try to import that module. >> If that does not work, examine the sys.path setting to ensure that >> jackpoint is on the path.
>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>> i've made no deploiement at all ...
>>> No views in invitation works.
>>> I was working on live with the test server runnning.
>>> (i've tried to restart it more than one time after i get this error).
>>> And by magic all the views in invitation don't works, they are not found.
>>> Maybe a reinstallation of django ?
>>> Have you any suggestion ?
>>> Bussiere
>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>> Does invitation/create_invitation **w**ork? If not, I suspect that >>>> you have either some kind of configuration issue, or the file has gone >>>> missing from your deployment/has wrong permissions set.
>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>> # Uncomment the next two lines to enable the admin: >>>>> from django.contrib import admin >>>>> admin.autodiscover()
>>>>> To post to this group, send email to django-users@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com> >>>>> . >>>>> For more options, visit this group at http://groups.google.com/**group >>>>> **/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>> .
>>>> -- >>>> Marcin Tustin >>>> Tel: 07773 787 105
>>> To post to this group, send email to django-users@googlegroups.com. >>> To unsubscribe from this group, send email to django-users+unsubscribe@* >>> *googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>. >>> For more options, visit this group at http://groups.google.com/** >>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> .
> To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.
> So, you can import the function in the django shell? Have you considered > replacing the string-based import with a normal import?
> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>> Everything is fine.
>> I said you it worked five second before ...
>> Bussiere
>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>> Reinstalling django will not help. Verify that the file is present and >>> has the correct permissions (likewise all superior directories, and also >>> the relevant __init__.py files. These files are essential.).
>>> You may also like to run the django shell, and try to import that >>> module. If that does not work, examine the sys.path setting to ensure that >>> jackpoint is on the path.
>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>> i've made no deploiement at all ...
>>>> No views in invitation works.
>>>> I was working on live with the test server runnning.
>>>> (i've tried to restart it more than one time after i get this error).
>>>> And by magic all the views in invitation don't works, they are not >>>> found.
>>>> Maybe a reinstallation of django ?
>>>> Have you any suggestion ?
>>>> Bussiere
>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>> Does invitation/create_invitation **w**ork? If not, I suspect that >>>>> you have either some kind of configuration issue, or the file has gone >>>>> missing from your deployment/has wrong permissions set.
>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>> # Uncomment the next two lines to enable the admin:
>>>>>> from django.contrib import admin
>>>>>> admin.autodiscover()
>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to >>>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>> .
>>>>> -- >>>>> Marcin Tustin
>>>>> Tel: 07773 787 105
>>>> To post to this group, send email to django-users@googlegroups.com.
>>>> To unsubscribe from this group, send email to django-users+unsubscribe@
>>>> **googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/** >>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
On Sat, Apr 7, 2012 at 16:59, Bussiere <bussi...@gmail.com> wrote: > how to do that ?
> Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit :
>> So, you can import the function in the django shell? Have you considered >> replacing the string-based import with a normal import?
>> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>>> Everything is fine.
>>> I said you it worked five second before ...
>>> Bussiere
>>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>>> Reinstalling django will not help. Verify that the file is present and >>>> has the correct permissions (likewise all superior directories, and also >>>> the relevant __init__.py files. These files are essential.).
>>>> You may also like to run the django shell, and try to import that >>>> module. If that does not work, examine the sys.path setting to ensure that >>>> jackpoint is on the path.
>>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>>> i've made no deploiement at all ...
>>>>> No views in invitation works.
>>>>> I was working on live with the test server runnning.
>>>>> (i've tried to restart it more than one time after i get this error).
>>>>> And by magic all the views in invitation don't works, they are not >>>>> found.
>>>>> Maybe a reinstallation of django ?
>>>>> Have you any suggestion ?
>>>>> Bussiere
>>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>>> Does invitation/create_invitation **w****ork? If not, I suspect >>>>>> that you have either some kind of configuration issue, or the file has gone >>>>>> missing from your deployment/has wrong permissions set.
>>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>>> # Uncomment the next two lines to enable the admin: >>>>>>> from django.contrib import admin >>>>>>> admin.autodiscover()
>>>>>>>>> -- >>>>>>>>> You received this message because you are subscribed to the Google >>>>>>>>> Groups "Django users" group. >>>>>>>>> To view this discussion on the web visit >>>>>>>>> https://groups.google.com/d/**ms******g/django-users/-/** >>>>>>>>> kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J> >>>>>>>>> . >>>>>>>>> To post to this group, send email to django-users@googlegroups.com >>>>>>>>> . >>>>>>>>> To unsubscribe from this group, send email to >>>>>>>>> django-users+unsubscribe@**googl******egroups.com<django-users%2Bunsubscrib e@googlegroups.com> >>>>>>>>> . >>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>>> group******/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>>>>>> .
>>>>>>>> -- >>>>>>>> Marcin Tustin >>>>>>>> Tel: 07773 787 105
>>>>>>> To post to this group, send email to django-users@googlegroups.com. >>>>>>> To unsubscribe from this group, send email to >>>>>>> django-users+unsubscribe@**googl****egroups.com<django-users%2Bunsubscribe@ googlegroups.com> >>>>>>> . >>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>> group****/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>>>> .
>>>>>> -- >>>>>> Marcin Tustin >>>>>> Tel: 07773 787 105
>>>>> To post to this group, send email to django-users@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com> >>>>> . >>>>> For more options, visit this group at http://groups.google.com/**group >>>>> **/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>> .
>>>> -- >>>> Marcin Tustin >>>> Tel: 07773 787 105
>>> To post to this group, send email to django-users@googlegroups.com. >>> To unsubscribe from this group, send email to django-users+unsubscribe@* >>> *googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>. >>> For more options, visit this group at http://groups.google.com/** >>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> .
> To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.
> So, you can import the function in the django shell? Have you considered > replacing the string-based import with a normal import?
> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>> Everything is fine.
>> I said you it worked five second before ...
>> Bussiere
>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>> Reinstalling django will not help. Verify that the file is present and >>> has the correct permissions (likewise all superior directories, and also >>> the relevant __init__.py files. These files are essential.).
>>> You may also like to run the django shell, and try to import that >>> module. If that does not work, examine the sys.path setting to ensure that >>> jackpoint is on the path.
>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>> i've made no deploiement at all ...
>>>> No views in invitation works.
>>>> I was working on live with the test server runnning.
>>>> (i've tried to restart it more than one time after i get this error).
>>>> And by magic all the views in invitation don't works, they are not >>>> found.
>>>> Maybe a reinstallation of django ?
>>>> Have you any suggestion ?
>>>> Bussiere
>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>> Does invitation/create_invitation **w**ork? If not, I suspect that >>>>> you have either some kind of configuration issue, or the file has gone >>>>> missing from your deployment/has wrong permissions set.
>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>> # Uncomment the next two lines to enable the admin:
>>>>>> from django.contrib import admin
>>>>>> admin.autodiscover()
>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to >>>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>> .
>>>>> -- >>>>> Marcin Tustin
>>>>> Tel: 07773 787 105
>>>> To post to this group, send email to django-users@googlegroups.com.
>>>> To unsubscribe from this group, send email to django-users+unsubscribe@
>>>> **googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/** >>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
> On Sat, Apr 7, 2012 at 16:59, Bussiere <bussi...@gmail.com> wrote:
>> how to do that ?
>> Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit :
>>> So, you can import the function in the django shell? Have you considered >>> replacing the string-based import with a normal import?
>>> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>>>> Everything is fine.
>>>> I said you it worked five second before ...
>>>> Bussiere
>>>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>>>> Reinstalling django will not help. Verify that the file is present and >>>>> has the correct permissions (likewise all superior directories, and also >>>>> the relevant __init__.py files. These files are essential.).
>>>>> You may also like to run the django shell, and try to import that >>>>> module. If that does not work, examine the sys.path setting to ensure that >>>>> jackpoint is on the path.
>>>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>>>> i've made no deploiement at all ...
>>>>>> No views in invitation works.
>>>>>> I was working on live with the test server runnning.
>>>>>> (i've tried to restart it more than one time after i get this error).
>>>>>> And by magic all the views in invitation don't works, they are not >>>>>> found.
>>>>>> Maybe a reinstallation of django ?
>>>>>> Have you any suggestion ?
>>>>>> Bussiere
>>>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>>>> Does invitation/create_invitation **w****ork? If not, I suspect >>>>>>> that you have either some kind of configuration issue, or the file has gone >>>>>>> missing from your deployment/has wrong permissions set.
>>>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>>>> # Uncomment the next two lines to enable the admin:
>>>>>>>> from django.contrib import admin
>>>>>>>> admin.autodiscover()
>>>>>>>>>> -- >>>>>>>>>> You received this message because you are subscribed to the >>>>>>>>>> Google Groups "Django users" group.
>>>>>>>>>> To view this discussion on the web visit >>>>>>>>>> https://groups.google.com/d/**ms******g/django-users/-/** >>>>>>>>>> kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J>
>>>>>>>>>> .
>>>>>>>>>> To post to this group, send email to >>>>>>>>>> django-users@googlegroups.com.
>>>>>>>>>> To unsubscribe from this group, send email to >>>>>>>>>> django-users+unsubscribe@**googl******egroups.com<django-users%2Bunsubscrib e@googlegroups.com>
>>>>>>>>>> .
>>>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>>>> group******/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>>>> .
>>>>>>>>> -- >>>>>>>>> Marcin Tustin
>>>>>>>>> Tel: 07773 787 105
>>>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>>>> To unsubscribe from this group, send email to >>>>>>>> django-users+unsubscribe@**googl****egroups.com<django-users%2Bunsubscribe@ googlegroups.com>
>>>>>>>> .
>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>> group****/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>> .
>>>>>>> -- >>>>>>> Marcin Tustin
>>>>>>> Tel: 07773 787 105
>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to >>>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>> .
>>>>> -- >>>>> Marcin Tustin
>>>>> Tel: 07773 787 105
>>>> To post to this group, send email to django-users@googlegroups.com.
>>>> To unsubscribe from this group, send email to django-users+unsubscribe@
>>>> **googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/** >>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
> I had a import error from a line of import in view corrected it and it's > still not working.
> i had an error in a form imported.
> So it reads the file because he tel me if there is an error but it didn't > found index.
> Regards
> Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit :
>> So, you can import the function in the django shell? Have you considered >> replacing the string-based import with a normal import?
>> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>>> Everything is fine.
>>> I said you it worked five second before ...
>>> Bussiere
>>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>>> Reinstalling django will not help. Verify that the file is present and >>>> has the correct permissions (likewise all superior directories, and also >>>> the relevant __init__.py files. These files are essential.).
>>>> You may also like to run the django shell, and try to import that >>>> module. If that does not work, examine the sys.path setting to ensure that >>>> jackpoint is on the path.
>>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>>> i've made no deploiement at all ...
>>>>> No views in invitation works.
>>>>> I was working on live with the test server runnning.
>>>>> (i've tried to restart it more than one time after i get this error).
>>>>> And by magic all the views in invitation don't works, they are not >>>>> found.
>>>>> Maybe a reinstallation of django ?
>>>>> Have you any suggestion ?
>>>>> Bussiere
>>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>>> Does invitation/create_invitation **w**ork? If not, I suspect that >>>>>> you have either some kind of configuration issue, or the file has gone >>>>>> missing from your deployment/has wrong permissions set.
>>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>>> # Uncomment the next two lines to enable the admin:
>>>>>>> from django.contrib import admin
>>>>>>> admin.autodiscover()
>>>>>>>>> -- >>>>>>>>> You received this message because you are subscribed to the Google >>>>>>>>> Groups "Django users" group.
>>>>>>>>> To view this discussion on the web visit >>>>>>>>> https://groups.google.com/d/**ms****g/django-users/-/** >>>>>>>>> kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J>
>>>>>>>>> .
>>>>>>>>> To post to this group, send email to django-users@googlegroups.com
>>>>>>>>> .
>>>>>>>>> To unsubscribe from this group, send email to >>>>>>>>> django-users+unsubscribe@**googl****egroups.com<django-users%2Bunsubscribe@ googlegroups.com>
>>>>>>>>> .
>>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>>> group****/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>>> .
>>>>>>>> -- >>>>>>>> Marcin Tustin
>>>>>>>> Tel: 07773 787 105
>>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>>> To unsubscribe from this group, send email to >>>>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com>
>>>>>>> .
>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>> .
>>>>>> -- >>>>>> Marcin Tustin
>>>>>> Tel: 07773 787 105
>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>> To unsubscribe from this group, send email to >>>>> django-users+unsubscribe@**googlegroups.com<django-users%2Bunsubscribe@goog legroups.com>
>>>>> .
>>>>> For more options, visit this group at http://groups.google.com/** >>>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>> .
>>>> -- >>>> Marcin Tustin
>>>> Tel: 07773 787 105
>>> To post to this group, send email to django-users@googlegroups.com.
>>> To unsubscribe from this group, send email to >>> django-users+unsubscribe@googlegroups.com.
>>> For more options, visit this group at >>> http://groups.google.com/group/django-users?hl=en.
On Sat, Apr 7, 2012 at 17:06, Bussiere <bussi...@gmail.com> wrote: > my point the import in shell does not work too.
> I had a import error from a line of import in view corrected it and it's > still not working.
> i had an error in a form imported.
> So it reads the file because he tel me if there is an error but it didn't > found index.
> Regards
> Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit :
>> So, you can import the function in the django shell? Have you considered >> replacing the string-based import with a normal import?
>> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>>> Everything is fine.
>>> I said you it worked five second before ...
>>> Bussiere
>>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>>> Reinstalling django will not help. Verify that the file is present and >>>> has the correct permissions (likewise all superior directories, and also >>>> the relevant __init__.py files. These files are essential.).
>>>> You may also like to run the django shell, and try to import that >>>> module. If that does not work, examine the sys.path setting to ensure that >>>> jackpoint is on the path.
>>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>>> i've made no deploiement at all ...
>>>>> No views in invitation works.
>>>>> I was working on live with the test server runnning.
>>>>> (i've tried to restart it more than one time after i get this error).
>>>>> And by magic all the views in invitation don't works, they are not >>>>> found.
>>>>> Maybe a reinstallation of django ?
>>>>> Have you any suggestion ?
>>>>> Bussiere
>>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>>> Does invitation/create_invitation **w****ork? If not, I suspect >>>>>> that you have either some kind of configuration issue, or the file has gone >>>>>> missing from your deployment/has wrong permissions set.
>>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>>> # Uncomment the next two lines to enable the admin: >>>>>>> from django.contrib import admin >>>>>>> admin.autodiscover()
>>>>>>>>> -- >>>>>>>>> You received this message because you are subscribed to the Google >>>>>>>>> Groups "Django users" group. >>>>>>>>> To view this discussion on the web visit >>>>>>>>> https://groups.google.com/d/**ms******g/django-users/-/** >>>>>>>>> kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J> >>>>>>>>> . >>>>>>>>> To post to this group, send email to django-users@googlegroups.com >>>>>>>>> . >>>>>>>>> To unsubscribe from this group, send email to >>>>>>>>> django-users+unsubscribe@**googl******egroups.com<django-users%2Bunsubscrib e@googlegroups.com> >>>>>>>>> . >>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>>> group******/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>>>>>> .
>>>>>>>> -- >>>>>>>> Marcin Tustin >>>>>>>> Tel: 07773 787 105
>>>>>>> To post to this group, send email to django-users@googlegroups.com. >>>>>>> To unsubscribe from this group, send email to >>>>>>> django-users+unsubscribe@**googl****egroups.com<django-users%2Bunsubscribe@ googlegroups.com> >>>>>>> . >>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>> group****/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>>>> .
>>>>>> -- >>>>>> Marcin Tustin >>>>>> Tel: 07773 787 105
>>>>> To post to this group, send email to django-users@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com> >>>>> . >>>>> For more options, visit this group at http://groups.google.com/**group >>>>> **/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>>>> .
>>>> -- >>>> Marcin Tustin >>>> Tel: 07773 787 105
>>> To post to this group, send email to django-users@googlegroups.com. >>> To unsubscribe from this group, send email to django-users+unsubscribe@* >>> *googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>. >>> For more options, visit this group at http://groups.google.com/** >>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> .
> To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.
> I'm not sure what you think we can do to help you with this information.
> On Sat, Apr 7, 2012 at 17:06, Bussiere <bussi...@gmail.com> wrote:
>> my point the import in shell does not work too.
>> I had a import error from a line of import in view corrected it and it's >> still not working.
>> i had an error in a form imported.
>> So it reads the file because he tel me if there is an error but it didn't >> found index.
>> Regards
>> Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit :
>>> So, you can import the function in the django shell? Have you considered >>> replacing the string-based import with a normal import?
>>> On Sat, Apr 7, 2012 at 16:29, Bussiere <bussi...@gmail.com> wrote:
>>>> Everything is fine.
>>>> I said you it worked five second before ...
>>>> Bussiere
>>>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>>>> Reinstalling django will not help. Verify that the file is present and >>>>> has the correct permissions (likewise all superior directories, and also >>>>> the relevant __init__.py files. These files are essential.).
>>>>> You may also like to run the django shell, and try to import that >>>>> module. If that does not work, examine the sys.path setting to ensure that >>>>> jackpoint is on the path.
>>>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <bussi...@gmail.com> wrote:
>>>>>> i've made no deploiement at all ...
>>>>>> No views in invitation works.
>>>>>> I was working on live with the test server runnning.
>>>>>> (i've tried to restart it more than one time after i get this error).
>>>>>> And by magic all the views in invitation don't works, they are not >>>>>> found.
>>>>>> Maybe a reinstallation of django ?
>>>>>> Have you any suggestion ?
>>>>>> Bussiere
>>>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>>>> Does invitation/create_invitation **w****ork? If not, I suspect >>>>>>> that you have either some kind of configuration issue, or the file has gone >>>>>>> missing from your deployment/has wrong permissions set.
>>>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <bussi...@gmail.com> wrote:
>>>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>>>> # Uncomment the next two lines to enable the admin:
>>>>>>>> from django.contrib import admin
>>>>>>>> admin.autodiscover()
>>>>>>>>>> -- >>>>>>>>>> You received this message because you are subscribed to the >>>>>>>>>> Google Groups "Django users" group.
>>>>>>>>>> To view this discussion on the web visit >>>>>>>>>> https://groups.google.com/d/**ms******g/django-users/-/** >>>>>>>>>> kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J>
>>>>>>>>>> .
>>>>>>>>>> To post to this group, send email to >>>>>>>>>> django-users@googlegroups.com.
>>>>>>>>>> To unsubscribe from this group, send email to >>>>>>>>>> django-users+unsubscribe@**googl******egroups.com<django-users%2Bunsubscrib e@googlegroups.com>
>>>>>>>>>> .
>>>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>>>> group******/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>>>> .
>>>>>>>>> -- >>>>>>>>> Marcin Tustin
>>>>>>>>> Tel: 07773 787 105
>>>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>>>> To unsubscribe from this group, send email to >>>>>>>> django-users+unsubscribe@**googl****egroups.com<django-users%2Bunsubscribe@ googlegroups.com>
>>>>>>>> .
>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>> group****/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>> .
>>>>>>> -- >>>>>>> Marcin Tustin
>>>>>>> Tel: 07773 787 105
>>>>>> To post to this group, send email to django-users@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to >>>>>> django-users+unsubscribe@**googl**egroups.com<django-users%2Bunsubscribe@go oglegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>> .
>>>>> -- >>>>> Marcin Tustin
>>>>> Tel: 07773 787 105
>>>> To post to this group, send email to django-users@googlegroups.com.
>>>> To unsubscribe from this group, send email to django-users+unsubscribe@
>>>> **googlegroups.com <django-users%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/** >>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to >> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en.
> It must have been an encoding problems with the file.
> But it was strange because it reads some part of the file.
> By the way thanks for your support.
> Bussiere
> Le samedi 7 avril 2012 18:13:28 UTC+2, Marcin a écrit :
>> I'm not sure what you think we can do to help you with this information.
>> On Sat, Apr 7, 2012 at 17:06, Bussiere <buss...@gmail.com <javascript:>>wrote:
>>> my point the import in shell does not work too.
>>> I had a import error from a line of import in view corrected it and it's >>> still not working.
>>> i had an error in a form imported.
>>> So it reads the file because he tel me if there is an error but it >>> didn't found index.
>>> Regards
>>> Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit :
>>>> So, you can import the function in the django shell? Have you >>>> considered replacing the string-based import with a normal import?
>>>> On Sat, Apr 7, 2012 at 16:29, Bussiere <buss...@gmail.com <javascript:>
>>>> > wrote:
>>>>> Everything is fine.
>>>>> I said you it worked five second before ...
>>>>> Bussiere
>>>>> Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit :
>>>>>> Reinstalling django will not help. Verify that the file is present >>>>>> and has the correct permissions (likewise all superior directories, and >>>>>> also the relevant __init__.py files. These files are essential.).
>>>>>> You may also like to run the django shell, and try to import that >>>>>> module. If that does not work, examine the sys.path setting to ensure that >>>>>> jackpoint is on the path.
>>>>>> On Sat, Apr 7, 2012 at 15:53, Bussiere <buss...@gmail.com<javascript:>
>>>>>> > wrote:
>>>>>>> i've made no deploiement at all ...
>>>>>>> No views in invitation works.
>>>>>>> I was working on live with the test server runnning.
>>>>>>> (i've tried to restart it more than one time after i get this error).
>>>>>>> And by magic all the views in invitation don't works, they are not >>>>>>> found.
>>>>>>> Maybe a reinstallation of django ?
>>>>>>> Have you any suggestion ?
>>>>>>> Bussiere
>>>>>>> Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit :
>>>>>>>> Does invitation/create_invitation **w****ork? If not, I suspect >>>>>>>> that you have either some kind of configuration issue, or the file has gone >>>>>>>> missing from your deployment/has wrong permissions set.
>>>>>>>> On Sat, Apr 7, 2012 at 15:36, Bussiere <buss...@gmail.com<javascript:>
>>>>>>>> > wrote:
>>>>>>>>> from django.conf.urls.defaults import patterns, include, url
>>>>>>>>> # Uncomment the next two lines to enable the admin:
>>>>>>>>> from django.contrib import admin
>>>>>>>>> admin.autodiscover()
>>>>>>>>>>> -- >>>>>>>>>>> You received this message because you are subscribed to the >>>>>>>>>>> Google Groups "Django users" group.
>>>>>>>>>>> To view this discussion on the web visit >>>>>>>>>>> https://groups.google.com/d/**ms******g/django-users/-/** >>>>>>>>>>> kiSWlzDrl28J<https://groups.google.com/d/msg/django-users/-/kiSWlzDrl28J>
>>>>>>>>>>> .
>>>>>>>>>>> To post to this group, send email to django...@googlegroups.com<javascript:>
>>>>>>>>>>> .
>>>>>>>>>>> To unsubscribe from this group, send email to django-users...@**
>>>>>>>>>>> googl******egroups.com <javascript:>.
>>>>>>>>>>> For more options, visit this group at http://groups.google.com/* >>>>>>>>>>> *group******/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>>>>> .
>>>>>>>>>> -- >>>>>>>>>> Marcin Tustin
>>>>>>>>>> Tel: 07773 787 105
>>>>>>>>> To post to this group, send email to django...@googlegroups.com<javascript:>
>>>>>>>>> .
>>>>>>>>> To unsubscribe from this group, send email to django-users...@**
>>>>>>>>> googl****egroups.com <javascript:>.
>>>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>>>> group****/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>>>> .
>>>>>>>> -- >>>>>>>> Marcin Tustin
>>>>>>>> Tel: 07773 787 105
>>>>>>> To post to this group, send email to django...@googlegroups.com<javascript:>
>>>>>>> .
>>>>>>> To unsubscribe from this group, send email to django-users...@**
>>>>>>> googl**egroups.com <javascript:>.
>>>>>>> For more options, visit this group at http://groups.google.com/** >>>>>>> group**/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>>>> .
>>>>>> -- >>>>>> Marcin Tustin
>>>>>> Tel: 07773 787 105
>>>>> To post to this group, send email to django...@googlegroups.com<javascript:>
>>>>> .
>>>>> To unsubscribe from this group, send email to django-users...@**
>>>>> googlegroups.com <javascript:>.
>>>>> For more options, visit this group at http://groups.google.com/** >>>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>>>> .
>>>> -- >>>> Marcin Tustin
>>>> Tel: 07773 787 105
>>> To post to this group, send email to django...@googlegroups.com<javascript:>
>>> .
>>> To unsubscribe from this group, send email to >>> django-users...@googlegroups.com <javascript:>.
>>> For more options, visit this group at >>> http://groups.google.com/group/django-users?hl=en.
I am going to guess that the server is not recognising tyour changes when you save them, and perhaps one copy of a server thinks the state is X, and the other thinks its Y, so you'll get different results each time you refresh.
Are you running with manage.py runserver? When you save your file, manage.py should detect this and "reload". If it doesn't, something is awry.
If you're using a normal webserver, and wsgi.py (the usual case, nowadays) whenever you make changes to your .py files, you _must_ either restart the webserver, or simply touch the wsgi.py file to update its timestamp.
Thanks for your help Chris...what I did was to use the shell with python manage.py shell and tried to import the view that wasn't there and could see the error, it was a lowercase character that must be uppercase.
El martes, 4 de diciembre de 2012 19:32:10 UTC-5, Chris Cogdon escribió:
> I am going to guess that the server is not recognising tyour changes when > you save them, and perhaps one copy of a server thinks the state is X, and > the other thinks its Y, so you'll get different results each time you > refresh.
> Are you running with manage.py runserver? When you save your file, > manage.py should detect this and "reload". If it doesn't, something is awry.
> If you're using a normal webserver, and wsgi.py (the usual case, nowadays) > whenever you make changes to your .py files, you _must_ either restart the > webserver, or simply touch the wsgi.py file to update its timestamp.
> On Saturday, April 7, 2012 7:27:07 AM UTC-7, Bussiere wrote:
>> i've got this error :
>> ViewDoesNotExist at /invitation/
>> Could not import jackpoint.invitation.views.index. View does not exist in module jackpoint.invitation.views.
>> But yes it exist and worked fine 5 secondes before.