@@ -151,7 +151,8 @@ INSTALLED_APPS = (
'coin.offers',
'coin.billing',
'coin.resources',
- 'coin.reverse_dns'
+ 'coin.reverse_dns',
+ 'coin.vpn_conf'
)
# A sample logging configuration. The only tangible logging
@@ -0,0 +1,3 @@
+from django.contrib import admin
+
+# Register your models here.
+from django.db import models
+# Create your models here.
+from django.test import TestCase
+# Create your tests here.
+from django.shortcuts import render
+# Create your views here.