Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added tags model #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

added tags model #22

wants to merge 3 commits into from

Conversation

katiecai
Copy link

@katiecai katiecai commented May 9, 2018

defined basic tags model

@katiecai katiecai requested a review from hongee May 9, 2018 02:27
Copy link
Contributor

@hongee hongee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a couple of quick changes!

@@ -0,0 +1,3 @@
from django.contrib import admin

# Register your models here.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also register the tag model? this lets us see this in the admin screen

from django.http import HttpResponse
# Create your views here.

def index():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we implement a simple listing API? you can refer to the method i implemented in packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants