Skip to content

chelming/spotseeker_server

 
 

Repository files navigation

SpaceScout is a project from the University of Washington.

This is the server for the SpaceScout suite of applications. It stores space metadata and resources as well as provides services to the SpaceScout web and mobile apps.

  Copyright 2012, 2013 UW Information Technology, University of Washington

  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.

Below are the settings that should be placed in settings.py and local_settings.py. Fill in the value for your own specific app.

/*** Settings ***/


/*** Local Settings ***/

# MODULE can be one of 'all_ok' or 'oauth'. If using 'oauth', client applications will need an oauth key/secret pair.
SPOTSEEKER_AUTH_MODULE = 'spotseeker_server.auth.MODULE'

# A list or tuple of usernames allowed to use methods that modify server data (PUT, POST, DELETE.)
SPOTSEEKER_AUTH_ADMINS = []

# Custom validation can be added by adding SpotForm and ExtendedInfoForm to org_forms and setting them here. (For example, in the spot form, MODULE could be default.DefaultSpotForm or org_forms.UWSpotForm.)
SPOTSEEKER_SPOT_FORM = 'spotseeker_server.org_forms.MODULE'
SPOTSEEKER_SPOTEXTENDEDINFO_FORM = 'spotseeker_server.org_forms.MODULE'

About

The server providing data to SpaceScout™ client apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%