Simple Django app skeleton for OAuth testing; currently doesn't do anything special, just wanted it in the repo for testing purposes.
This commit is contained in:
parent
df38e3312a
commit
44de246cde
9 changed files with 0 additions and 107 deletions
3
twythonoauth/models.py
Normal file
3
twythonoauth/models.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue