Skip to main content

Ein Discordbot für Django

Project description

Discordbot

A Discordbot to run in a django-environment.

Requirements

Django Admin is installed and activated.

Quick start

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

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

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

  4. Visit http://127.0.0.1:8000/admin/discordbot/

  5. Run the bot via python manage.py run-discordbot

Project details


Download files

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

Source Distribution

django-discordbot-1.0.3.tar.gz (39.1 kB view hashes)

Uploaded Source

Built Distribution

django_discordbot-1.0.3-py3-none-any.whl (55.0 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