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. online documention

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.9.tar.gz (172.6 kB view details)

Uploaded Source

Built Distribution

django_bobgogo-0.9-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-bobgogo-0.9.tar.gz
Algorithm Hash digest
SHA256 9a7a4f4bf348d46c5d0665e283a2f4f5f15f97b095c39c5643f788bf8393f1fd
MD5 f29ae24e6676e4c05950c2957de8a413
BLAKE2b-256 9dc4b057469f6f836cb6a8f42a3aba330e514d89a9cf98697d197604a01dbdc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_bobgogo-0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 cb4911a09b669d5d183f61b3e19729221e0b52e984118988da23399773aab3e9
MD5 b66dc9eb1831813212ed3c73ebe19b69
BLAKE2b-256 96555228495fa39c0a9d5e0bbcb5e7aa1896e258074a448a92eee7693915d856

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