Skip to content

Commit

Permalink
start app
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jan 11, 2015
1 parent 3717665 commit 914ca5e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
Empty file added voseq/blast_new/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions voseq/blast_new/admin.py
@@ -0,0 +1,3 @@
from django.contrib import admin

# Register your models here.
Empty file.
3 changes: 3 additions & 0 deletions voseq/blast_new/models.py
@@ -0,0 +1,3 @@
from django.db import models

# Create your models here.
3 changes: 3 additions & 0 deletions voseq/blast_new/tests.py
@@ -0,0 +1,3 @@
from django.test import TestCase

# Create your tests here.
3 changes: 3 additions & 0 deletions voseq/blast_new/views.py
@@ -0,0 +1,3 @@
from django.shortcuts import render

# Create your views here.
1 change: 1 addition & 0 deletions voseq/voseq/settings/base.py
Expand Up @@ -41,6 +41,7 @@
'blast_local',
'blast_local_full',
'blast_ncbi',
'blast_new',
'stats',
)

Expand Down

0 comments on commit 914ca5e

Please sign in to comment.