remotes/origin/artem
Gena 11 years ago
parent 05fdd420ec
commit 4b03de0122
  1. 0
      accounts/__init__.py
  2. 3
      accounts/admin.py
  3. 0
      accounts/migrations/__init__.py
  4. 3
      accounts/models.py
  5. 3
      accounts/tests.py
  6. 3
      accounts/views.py
  7. 2
      qwe.sh

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

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

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.

@ -0,0 +1,2 @@
git add .;git commit -am 'auto'; git push
ssh root@188.166.110.133 'cd /srv/BatiskafENV/batiskaf;git pull;service batiskaf reload'
Loading…
Cancel
Save