##// 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 #clk_in = models.PositiveIntegerField(default=10e6)
19 #clk_in = models.PositiveIntegerField(default=10e6)
20 #mult = models.PositiveIntegerField(default=40)
20 #mult = models.PositiveIntegerField(default=40)
21 #div = models.PositiveIntegerField(default=1)
21 #div = models.PositiveIntegerField(default=1)
22
23
@@ -44,6 +44,7 INSTALLED_APPS = (
44 'apps.cgs',
44 'apps.cgs',
45 'apps.acq',
45 'apps.acq',
46 'apps.abs',
46 'apps.abs',
47 'json_field'
47 )
48 )
48
49
49 MIDDLEWARE_CLASSES = (
50 MIDDLEWARE_CLASSES = (
@@ -1,3 +1,4
1 Django==1.8.6
1 Django==1.8.6
2 django-bootstrap3==6.2.2
2 django-bootstrap3==6.2.2
3 MySQL-python==1.2.5
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