Skip to main content

A simple Django app to record tasks for you.

Project description

bobgogo is a simple Django app to record tasks for you. You can create task with diffrent paras via admin page. Then users can commit task through the custom page.

Quick start

  1. Install

# install from pypi
pip install django-bobgogo
# install from source
make build
make install
  1. Add “bob” to your INSTALLED_APPS setting like this

INSTALLED_APPS = [
    ...
    'bob',
]
  1. Include the URLconf in your project urls.py like this

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

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a task (you’ll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/bob/ and you can see what happened.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_bobgogo-0.5-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file django_bobgogo-0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for django_bobgogo-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8fe78e6b223ad49e4f26ff2accb9211d70f7ed9ad4aa105a9574fa646359bf8e
MD5 080dacd8d286d8a041aaf1a02434cb64
BLAKE2b-256 39c1249fe73cf7ce4fc22ad78ea3f71452cb1ca8767c130556992f7d6d2ef3cc

See more details on using hashes here.

Supported by

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