-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
33 lines (21 loc) · 915 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
######################
# Urls description
######################
Description of the urls
GET /project - list projects
POST /project - save a project
GET /project/PROJECT_ID - list project_id
GET /project/create - create a new project
GET /project/PROJECT_ID/stage - list and configure stage for project_id
POST /project/PROJECT_ID/stage - saves stage configuration for project_id
GET /project/PROJECT_ID/manage - manage project_id (execute tasks and so on)
GET /project/PROJECT_ID/fabfile - configure fabfile for project_id
POST /project/PROJECT_ID/fabfile - saves fabfile configuration for project_id
GET /project/PROJECT_ID/fabfile/view - view fancy fabfile with syntax highlight for project_id
##############
# Database
##############
To generate initial data and create de tables on the database run the following command:
python manage.py syncdb
TODO:
- substituir os prints pelo modulo de logging