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 Distribution

django-bobgogo-0.6.tar.gz (115.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file django-bobgogo-0.6.tar.gz.

File metadata

File hashes

Hashes for django-bobgogo-0.6.tar.gz
Algorithm Hash digest
SHA256 958b4e77a15c9289945786e399a51a7cc18b3807fe1381d270dba30bbf937b85
MD5 100bede624b93b902ba3078eab4b9433
BLAKE2b-256 037454956f745f49002817cb53282fdeb5fe875011f8b6cc6de19e004fed89fd

See more details on using hashes here.

File details

Details for the file django_bobgogo-0.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_bobgogo-0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d20b7ac53c22f1fdfd154b74905f7cb4619d5691446de4db12a53110cde46b39
MD5 225de88a407ae63866a6418e14274d92
BLAKE2b-256 7f96c959eb8e2d48ef0ddb43051367f065d2fe210a58cdd6146d64b07a83fa04

See more details on using hashes here.

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