| # Copyright 2012 the Melange authors. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| """Module for storing GSoC related URL names. |
| """ |
| |
| |
| GSOC_EDIT_PROGRAM_MESSAGES = 'gsoc_edit_program_messages' |
| |
| GSOC_PROFILE_BAN = 'gsoc_profile_ban' |
| GSOC_PROFILE_SHOW = 'gsoc_profile_show' |
| |
| GSOC_PROGRAM_CREATE = 'gsoc_program_create' |
| GSOC_PROGRAM_EDIT = 'gsoc_program_edit' |
| |
| GSOC_PROJECT_UPDATE = 'gsoc_project_update' |
| GSOC_PROJECT_CODE_SAMPLE_UPLOAD = 'gsoc_project_code_sample_upload' |
| GSOC_PROJECT_CODE_SAMPLE_DOWNLOAD = 'gsoc_project_code_sample_download' |
| GSOC_PROJECT_CODE_SAMPLE_DELETE = 'gsoc_project_code_sample_delete' |
| |
| GSOC_ORG_BAN = 'gsoc_org_ban' |
| |
| GSOC_ORG_HOME = 'gsoc_org_home' |
| GSOC_ORG_LIST_FOR_HOST = 'gsoc_org_list_for_host' |
| |
| GSOC_ORG_CONNECTION = 'gsoc_org_connection' |
| GSOC_USER_CONNECTION = 'gsoc_user_connection' |
| GSOC_SHOW_CONNECTION = 'gsoc_show_connection' |
| GSOC_CONNECTION_MESSAGE = 'gsoc_connection_message' |
| |
| GSOC_ANONYMOUS_CONNECTION = 'create_gsoc_connected_profile' |