Skip to content

django-spcc 是一个Django APP,提供了实用的model,view,forms,templates等公共库。

License

Notifications You must be signed in to change notification settings

spunkmars/django-spcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-spcc

django-spcc 是一个Django APP,提供了实用的model,view,forms,templates等公共库。

Only support Django 2.2.x, Python 3.6

Quick start

  1. Add "spcc" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'spcc',
    ]
    
  2. Include the spcc URLconf in your project urls.py like this:

    path('spcc/', include('spcc.urls')),
    
  3. Run 'python manage.py migrate' to create the spcc models.

About

django-spcc 是一个Django APP,提供了实用的model,view,forms,templates等公共库。

Resources

License

Stars

Watchers

Forks

Packages

No packages published