From b705ddb2870b8c6cbc41734349c5e404f75049db Mon Sep 17 00:00:00 2001 From: prasidha karki Date: Sun, 22 Jan 2017 14:41:35 +0545 Subject: [PATCH 1/2] some cs changes --- public/static/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/public/style.css b/public/static/public/style.css index 6e53a1b..77677eb 100644 --- a/public/static/public/style.css +++ b/public/static/public/style.css @@ -10,7 +10,7 @@ body { .topHeader { position: absolute; - max-height: 10%; + max-height: 8%; top: 0%; left:0%; width: 100%; From aafb8524c26c87a4c66507a833b3651a0da3c601 Mon Sep 17 00:00:00 2001 From: prasid444 Date: Sat, 28 Jan 2017 18:56:49 +0545 Subject: [PATCH 2/2] trieed model --- staff/models.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/staff/models.py b/staff/models.py index bd4b2ab..528ea70 100644 --- a/staff/models.py +++ b/staff/models.py @@ -3,3 +3,11 @@ from django.db import models # Create your models here. + +class Transaction(models.Model): + + date= models.DateTimeField() + + pid= models.CharField(max_length=20) + userid = models.CharField(max_length=20) + issuedby= models.CharField(max_length=100)