Skip to content

Commit

Permalink
Fixed the bug in the url settings.
Browse files Browse the repository at this point in the history
Improved the output on the media file.
  • Loading branch information
cwanjau committed Feb 6, 2012
1 parent 6616e7f commit 83700c1
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 2 deletions.
Binary file added __init__.pyc
Binary file not shown.
Binary file added main/tests.pyc
Binary file not shown.
Binary file modified main/views.pyc
Binary file not shown.
21 changes: 21 additions & 0 deletions media/log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@



From : +254717043938
Message: Hello
Timestamp: 3rd February 2012 06:53
Message Id: 12345
Sent to: +254722123456


From : +254717043938
Message: school uon
Timestamp: 3rd February 2012 06:59
Message Id: 01234
Sent to: +254722123456


From : +254717043938
Message: Hello
Timestamp: 6th February 2012 18:15
Message Id: 12345
Sent to: +254722123456


Binary file added media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
)

ROOT_URLCONF = 'smssync.urls'
ROOT_URLCONF = 'urls'

TEMPLATE_DIRS = (
os.path.join(os.path.dirname(__file__), 'templates'),
Expand Down
Binary file added settings.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/smstest.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<div id="stylized" class="myform">
<form id="form" name="form" method="post" action="/sms">
<h1>SMSsync test</h1>
<h1> <img src="media/logo_black.png" alt="" width="20px" height="20px" /> SMSsync test</h1>
<p>Input the details below to test your response from the server</p>

<p id="error">There were errors on the form, please make sure all fields are fill out correctly.</p>
Expand Down
Binary file added urls.pyc
Binary file not shown.

0 comments on commit 83700c1

Please sign in to comment.