~benste/mailmanwebgsoc2011/django-site

« back to all changes in this revision

Viewing changes to manage.py

  • Committer: Anna Granudd
  • Date: 2010-08-15 11:33:50 UTC
  • Revision ID: anna@athena-20100815113350-z7guhrvs4t7z7oyj
Added copyright statements to the project as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
 
2
# -*- coding: utf-8 -*-
 
3
# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
 
4
#
 
5
# This file is part of GNU Mailman.
 
6
#
 
7
# GNU Mailman is free software: you can redistribute it and/or modify it under
 
8
# the terms of the GNU General Public License as published by the Free
 
9
# Software Foundation, either version 3 of the License, or (at your option)
 
10
# any later version.
 
11
#
 
12
# GNU Mailman is distributed in the hope that it will be useful, but WITHOUT
 
13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
15
# more details.
 
16
#
 
17
# You should have received a copy of the GNU General Public License along with
 
18
# GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
 
19
 
2
20
from django.core.management import execute_manager
3
21
try:
4
22
    import settings # Assumed to be in the same directory.