app/urls.py
changeset 2067 9b58b42c6b53
parent 695 bc575b44755b
child 2333 221482a54238
equal deleted inserted replaced
2066:1855c783934f 2067:9b58b42c6b53
     9 # Unless required by applicable law or agreed to in writing, software
     9 # Unless required by applicable law or agreed to in writing, software
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 # See the License for the specific language governing permissions and
    12 # See the License for the specific language governing permissions and
    13 # limitations under the License.
    13 # limitations under the License.
       
    14 
       
    15 """Module containing Melange URL patterns definition.
       
    16 """
    14 
    17 
    15 __authors__ = [
    18 __authors__ = [
    16   '"Augie Fackler" <durin42@gmail.com>',
    19   '"Augie Fackler" <durin42@gmail.com>',
    17   '"Todd Larsen" <tlarsen@google.com>',
    20   '"Todd Larsen" <tlarsen@google.com>',
    18   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    21   '"Lennard de Rijk" <ljvderijk@gmail.com>',