Skip to content

Commit

Permalink
Added router doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rudmanmrrod committed Jun 28, 2019
1 parent f699daa commit f069d17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WatchInSGE/routers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
WatchInCRM System
"""
## @package WachInCRM.routers
#
# Communication routes between views rest services
# @author Team WatchIn
# @date 24-06-2019
# @version 1.0
from rest_framework import routers
from business.company.views import *

Expand Down
3 changes: 3 additions & 0 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Rodrigo A. Boet @rudmanmrrod
Pablo A. Donaire @pdonaire1
Leonel P. Hernandez @leonelphm

0 comments on commit f069d17

Please sign in to comment.