• This project
    • Loading...
  • Sign in

노현종 / 2018-1-Capstone1-VulnNotti

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Capstone1-VulnNotti
  • VulnNotti
  • myapp
  • admin.py
  • 이경수's avatar
    merged web code · 960305ed
    960305ed
    이경수 authored 2018-05-16 14:30:52 +0900
admin.py 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
from django.contrib import admin
from myapp.models import Question, Choice
# Register your models here.


admin.site.register(Question)
admin.site.register(Choice)