Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-swstags

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-swstags

  • 0.10.4
  • PyPI
  • Socket score

Maintainers
1

===== SwS-tags

SwS-tags es una aplicación Django

Comienzo rápido

  1. Agregar la aplicación swstags a su archivo de configuración settings.py, en la variable INSTALLED_APPS asi::

    INSTALLED_APPS = ( ... "swstags", )

  2. Incluir la aplicación de encuestas en la URLconf de su proyecto urls.py de este modo::

    (r'^swstags/', include('swstags.urls')),

  3. Ejecutar el comando python manage.py syncdb para crear los modelos de las encuestas.

  4. Inicia el servidor y visitar la pagina http://127.0.0.1:8000/admin/ para crear una encuesta (Necesitas habilitar la interfaz administrativa para poder crear encuestas).

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc