Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
2d12a88f
Commit
2d12a88f
authored
Jan 16, 2015
by
Daniel W Bond
Browse files
moved out project map
parent
6933745e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2d12a88f
...
...
@@ -67,71 +67,6 @@ Copy the secret.py.template and config.py.template to secret.py and config.py re
Next, run
`python manage.py migrate`
, then
`python manage.py runserver`
.
Have your virtualenvironment running and with the requirements.txt installed.
## Application Structure
LICENSE # Roomlist is licensed under the GPLv3
README.md # instructions for development setup
requirements.txt # python packages required
roomlist/ # main project directory
├── accounts/ #
│ ├── adapter.py #
│ ├── admin.py #
│ ├── cas
\_
callbacks.py #
│ ├── forms.py #
│ ├──
\_\_
init
\_\_
.py #
│ ├── migrations/ #
│ ├── models.py #
│ ├── templates/ #
│ │ ├── createStudent.html #
│ │ ├── detailStudent.html #
│ │ └── studentSettings.html #
│ ├── tests.py #
│ ├── urls.py #
│ └── views.py #
├── api/ #
│ ├──
\_\_
init
\_\_
.py #
│ ├── migrations/ #
│ ├── tests.py #
│ ├── urls.py #
│ └── views.py #
├── housing/ #
│ ├── admin.py #
│ ├──
\_\_
init
\_\_
.py #
│ ├── migrations/ #
│ ├── models.py #
│ ├── templates/ #
│ │ ├── detailBuilding.html #
│ │ └── listBuildings.html #
│ ├── tests.py #
│ ├── urls.py #
│ └── views.py #
├── manage.py #
├── settings/ #
│ ├──
\_\_
init
\_\_
.py #
│ ├── config.py.template #
│ ├── secret.py.template #
│ ├── settings.py #
│ ├── urls.py #
│ └── wsgi.py #
├── static/ #
│ ├── css/ #
│ ├── fonts/ #
│ ├── img/ #
│ ├── js/ #
│ └── media/ #
└── templates/ #
├── 404.html #
├── 500.html #
├── about.html #
├── admin/ #
│ └── base_site.html #
├── index.html #
├── layouts/ #
│ ├── base.html #
│ ├── footer.html #
│ └── navbar.html #
└── privacy.html #
To-do
---
...
...
project-map
0 → 100644
View file @
2d12a88f
Project Map
-----------
LICENSE # Roomlist is licensed under the GPLv3
README.md # instructions for development setup
requirements.txt # python packages required
roomlist/ # main project directory
├── accounts/ #
│ ├── adapter.py #
│ ├── admin.py #
│ ├── cas_callbacks.py #
│ ├── forms.py #
│ ├── __init__.py #
│ ├── migrations/ #
│ ├── models.py #
│ ├── templates/ #
│ │ ├── createStudent.html #
│ │ ├── detailStudent.html #
│ │ └── studentSettings.html #
│ ├── tests.py #
│ ├── urls.py #
│ └── views.py #
├── api/ #
│ ├── __init__.py #
│ ├── migrations/ #
│ ├── tests.py #
│ ├── urls.py #
│ └── views.py #
├── housing/ #
│ ├── admin.py #
│ ├── __init__.py #
│ ├── migrations/ #
│ ├── models.py #
│ ├── templates/ #
│ │ ├── detailBuilding.html #
│ │ └── listBuildings.html #
│ ├── tests.py #
│ ├── urls.py #
│ └── views.py #
├── manage.py #
├── settings/ #
│ ├── __init__.py #
│ ├── config.py.template #
│ ├── secret.py.template #
│ ├── settings.py #
│ ├── urls.py #
│ └── wsgi.py #
├── static/ #
│ ├── css/ #
│ ├── fonts/ #
│ ├── img/ #
│ ├── js/ #
│ └── media/ #
└── templates/ #
├── 404.html #
├── 500.html #
├── about.html #
├── admin/ #
│ └── base_site.html #
├── index.html #
├── layouts/ #
│ ├── base.html #
│ ├── footer.html #
│ └── navbar.html #
└── privacy.html #
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment