Skip to main content

基于django的在线aiss套图

Project description

django-aiss-online

本项目借鉴于 aiss-spider

现在你可以通过pip install django-aissonline来安装

安装app后

  1. 在django setting.pyINSTALLED_APPS加入django-aissonline 如

    INSTALLED_APPS = [
        ...
        'django-aissonline',
    ]
    
  2. 在django urls.pyurlpatterns加入url 如

    urlpatterns = [
        ...
        path('', include('django-aissonline.urls')),
    ]
    
  3. 启动django server 并游览/aissonline/

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-aissonline-1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

django_aissonline-1.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page