Please suggest

On Fri, Mar 1, 2019, 8:22 AM Tina Upadhyay <tina.upadhya...@gmail.com>
wrote:

> This is working fine on my local machine but on server it is not.Can
> anyone suggest that what can i do to fix this??
>
>
> On Fri, Mar 1, 2019 at 12:22 AM <bikashsunabhat...@gmail.com> wrote:
>
>> umm
>>
>>
>> On Tuesday, February 26, 2019 at 6:06:20 PM UTC+5:45, Tina Upadhyay wrote:
>>>
>>> Getting this error and the urls.py of my model is as shown below:
>>>
>>>
>>> from django.conf.urls import url
>>> from new import views
>>> app_name = 'new'
>>>
>>>
>>> urlpatterns = [
>>> url(r'^export/csv/$', views.export_users_csv, name='export_users_csv'),
>>> # url(r'^$', views.upload, name='uplink'),
>>> url(r'^download/(.*)', views.download, name="download"),
>>> url(r'^download_attachment/(.*)/(.*)', views.download_as_attachment,
>>> name="download_attachment"),
>>> url(r'^exchange/(.*)', views.exchange, name="exchange"),
>>> url(r'^parse/(.*)', views.parse, name="parse"),
>>> url(r'^import/', views.import_data, name="import"),
>>> url(r'^import_sheet/', views.import_sheet, name="import_sheet"),
>>> url(r'^export/(.*)', views.export_data, name="export"),
>>> url(r'^handson_view/', views.handson_table, name="handson_view"),
>>>
>>> # handson table view
>>> url(r'^embedded_handson_view/',
>>> views.embed_handson_table, name="embed_handson_view"),
>>> url(r'^embedded_handson_view_single/',
>>> views.embed_handson_table_from_a_single_table,
>>> name="embed_handson_view"),
>>> # survey_result
>>> # url('^survey_result/',
>>> # views.survey_result, name='survey_result'),
>>>
>>> # testing purpose
>>> url(r'^import_using_isave/',
>>> views.import_data_using_isave_book_as),
>>> url(r'^import_sheet_using_isave/',
>>> views.import_sheet_using_isave_to_database),
>>> url(r'^import_without_bulk_save/',
>>> views.import_without_bulk_save, name="import_no_bulk_save")
>>> ]
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/8a4bb715-ba69-43b8-abe7-78daee9a0dd2%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/8a4bb715-ba69-43b8-abe7-78daee9a0dd2%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BWonebZGNYAqLmCardG4j7Vyeos7gj4D%3DRWw%2Bo2rWFNnewEFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to