Initial commit of the backup/restore app

This commit is contained in:
Roberto Rosario
2012-08-10 13:51:33 -04:00
parent 82eb31e4ec
commit fd3eed6bd1
10 changed files with 100 additions and 0 deletions

3
apps/backups/models.py Normal file
View File

@@ -0,0 +1,3 @@
from django.db import models
# Create your models here.