Skip to content

edison7500/dj-pyavagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-PyAvagen

made-with-python Codacy Badge Build Status GitHub license Open Source Love svg2

Quick Start

Install

git clone https://github.com/edison7500/dj-pyavagen.git
cd dj-pyavagen
python setup.py install

Configuration


# settings.py
INSTALLED_APPS = [
    'dj_pyavagen',
]


# urls.py
urlpatterns = [
    url(r"^avatar/", include("dj_pyavagen.urls", namespace="pyavagen")),
]