Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Files tab produces 404 #6

Open
oleweidner opened this issue Apr 26, 2013 · 2 comments
Open

Files tab produces 404 #6

oleweidner opened this issue Apr 26, 2013 · 2 comments
Assignees

Comments

@oleweidner
Copy link

Clicking on the 'files' tab results in a 404:

http://gw68.quarry.iu.teragrid.org:8080/my-files/

Using the URLconf defined in dare-site.urls, Django tried these URL patterns, in this order:
^$ [name='site-homepage']
^view-job-list/$
^logout/$
^login/$ [name='dare_login']
^log-in/$ [name='dare_login_in']
^static/(?P<page_type>[-\w]+)/$
^login/$ [name='request_invite']
^accounts/contexts/$ [name='manage_contexts']
^accounts/resources/$ [name='manage_rsources']
^my-tasks/$ [name='managetasks']
^my-pilots/$ [name='managepilots']
^job/bigjob/$ [name='bigjob']
^job/celery_tasks/$ [name='celery_tasks']
^job/create/$ [name='createbigjob']
^job/pilot_popup/(?P<job_id>[-\w]+)/(?P<ur_id>[-\w]+)/$ [name='pilot_popup']
^job/task_popup/(?P<job_id>[-\w]+)/(?P<job_task_id>[-\w]+)/$ [name='task_popup']
^job/tasks/$ [name='createtasks']
^job-actions/$ [name='jobactions']
^media\/(?P<path>.*)$
^assets\/(?P<path>.*)$
^admin/
^complete/$ [name='invitation_complete']
^invited/(?P<invitation_key>\w+)/$ [name='invitation_invited']
^request/$ [name='request_invite']
^invite/
^login/(?P<backend>[^/]+)/$ [name='socialauth_begin']
^complete/(?P<backend>[^/]+)/$ [name='socialauth_complete']
^associate/(?P<backend>[^/]+)/$ [name='socialauth_associate_begin']
^associate/complete/(?P<backend>[^/]+)/$ [name='socialauth_associate_complete']
^disconnect/(?P<backend>[^/]+)/$ [name='socialauth_disconnect']
^disconnect/(?P<backend>[^/]+)/(?P<association_id>[^/]+)/$ [name='socialauth_disconnect_individual']
The current URL, my-files/, didn't match any of these.
@ghost ghost assigned icheckmate Apr 26, 2013
@icheckmate
Copy link
Contributor

I have hidden the Tab from the webpages for now. will add it when files functionality is ready.

@oleweidner
Copy link
Author

ok. thanks.

On Apr 29, 2013, at 00:56 , Sharat [email protected] wrote:

I have hidden the Tab from the webpages for now. will add it when files functionality is ready.


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants