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

Commit

Permalink
Renamed project module to gameon
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbruniges committed Oct 3, 2012
1 parent 0830016 commit ce7e578
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion project/settings/base.py → gameon/settings/base.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# If you did not install Playdoh with the funfactory installer script # If you did not install Playdoh with the funfactory installer script
# you may need to edit this value. See the docs about installing from a # you may need to edit this value. See the docs about installing from a
# clone. # clone.
PROJECT_MODULE = 'project' PROJECT_MODULE = 'gameon'


# Defines the views served for root URLs. # Defines the views served for root URLs.
ROOT_URLCONF = '%s.urls' % PROJECT_MODULE ROOT_URLCONF = '%s.urls' % PROJECT_MODULE
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys import sys


# Edit this if necessary or override the variable in your environment. # Edit this if necessary or override the variable in your environment.
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'project.settings') os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'gameon.settings')


# Add a temporary path so that we can import the funfactory # Add a temporary path so that we can import the funfactory
tmp_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), tmp_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages




setup(name='project', setup(name='gameon',
version='1.0', version='1.0',
description='Django application.', description='Django application.',
long_description='', long_description='',
Expand Down

0 comments on commit ce7e578

Please sign in to comment.