added nrf24 form and changed message color to blue

This commit is contained in:
Uwe Kamper 2013-10-24 21:44:53 +02:00
parent 8fdc6064fa
commit 413728b24f
8 changed files with 44 additions and 5 deletions

View file

@ -8,5 +8,6 @@ urlpatterns = patterns(
url(r'^gastropin/$', 'account.views.gastropin', name='gastropin'),
url(r'^wlan_presence/$', 'account.views.wlan_presence', name='wlan_presence'),
url(r'^rfid/$', 'account.views.rfid', name='rfid'),
url(r'^nrf24/$', 'account.views.nrf24', name='rfid'),
url(r'^groups/(?P<group_name>[^/]+)/', 'account.views.groups_list'),
)