Changeset cb46187ef84b759ae801d72c7064203025c0c253
- Timestamp:
- 02/21/12 20:30:10 (3 months ago)
- Children:
- be643aaa79b126acf048e390bdebd3cb034093cf
- Parents:
- b48ff499fe139f8b2d13eae7226a7ba617d4a7a8
- git-author:
- Paul Winkler <slinkp@…> (02/21/12 20:29:53)
- git-committer:
- Paul Winkler <slinkp@…> (02/21/12 20:30:10)
- Location:
- obadmin/obadmin/project_templates/openblock/+project+
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
obadmin/obadmin/project_templates/openblock/+project+/__init__.py
r99a5c0 rcb46187 1 # Copyright 2011 OpenPlans and contributors 2 # 3 # This file is part of OpenBlock 4 # 5 # OpenBlock is free software: you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation, either version 3 of the License, or 8 # (at your option) any later version. 9 # 10 # OpenBlock is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with OpenBlock. If not, see <http://www.gnu.org/licenses/>. 17 # 1 # a package. 18 2 -
obadmin/obadmin/project_templates/openblock/+project+/manage.py
r99a5c0 rcb46187 1 1 #!/usr/bin/env python 2 # Copyright 2011 OpenPlans and contributors3 #4 # This file is part of OpenBlock5 #6 # OpenBlock is free software: you can redistribute it and/or modify7 # it under the terms of the GNU General Public License as published by8 # the Free Software Foundation, either version 3 of the License, or9 # (at your option) any later version.10 #11 # OpenBlock is distributed in the hope that it will be useful,12 # but WITHOUT ANY WARRANTY; without even the implied warranty of13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14 # GNU General Public License for more details.15 #16 # You should have received a copy of the GNU General Public License17 # along with OpenBlock. If not, see <http://www.gnu.org/licenses/>.18 #19 2 20 3 from django.core.management import execute_manager -
obadmin/obadmin/project_templates/openblock/+project+/manage.sh
rc991ab rcb46187 1 1 #!/bin/bash 2 # Copyright 2011 OpenPlans and contributors3 #4 # This file is part of OpenBlock5 #6 # OpenBlock is free software: you can redistribute it and/or modify7 # it under the terms of the GNU General Public License as published by8 # the Free Software Foundation, either version 3 of the License, or9 # (at your option) any later version.10 #11 # OpenBlock is distributed in the hope that it will be useful,12 # but WITHOUT ANY WARRANTY; without even the implied warranty of13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14 # GNU General Public License for more details.15 #16 # You should have received a copy of the GNU General Public License17 # along with OpenBlock. If not, see <http://www.gnu.org/licenses/>.18 #19 20 2 21 3 # A tiny wrapper around manage.py that makes sure your -
obadmin/obadmin/project_templates/openblock/+project+/urls.py
r99a5c0 rcb46187 1 # Copyright 2011 OpenPlans and contributors2 #3 # This file is part of OpenBlock4 #5 # OpenBlock is free software: you can redistribute it and/or modify6 # it under the terms of the GNU General Public License as published by7 # the Free Software Foundation, either version 3 of the License, or8 # (at your option) any later version.9 #10 # OpenBlock is distributed in the hope that it will be useful,11 # but WITHOUT ANY WARRANTY; without even the implied warranty of12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 # GNU General Public License for more details.14 #15 # You should have received a copy of the GNU General Public License16 # along with OpenBlock. If not, see <http://www.gnu.org/licenses/>.17 #18 19 1 from django.conf.urls.defaults import * 20 2 from obadmin import admin
Note: See TracChangeset
for help on using the changeset viewer.
