##// END OF EJS Templates
adding django-json-field to requirement.txt...
Cristiam Castillo -
r5:c8ed4c7085e7
parent child
Show More
@@ -19,5 +19,3 class CGSConfiguration(models.Model):
19 19 #clk_in = models.PositiveIntegerField(default=10e6)
20 20 #mult = models.PositiveIntegerField(default=40)
21 21 #div = models.PositiveIntegerField(default=1)
22
23
@@ -44,6 +44,7 INSTALLED_APPS = (
44 44 'apps.cgs',
45 45 'apps.acq',
46 46 'apps.abs',
47 'json_field'
47 48 )
48 49
49 50 MIDDLEWARE_CLASSES = (
@@ -1,3 +1,4
1 1 Django==1.8.6
2 2 django-bootstrap3==6.2.2
3 3 MySQL-python==1.2.5
4 django-json-field==0.5.7
General Comments 0
You need to be logged in to leave comments. Login now