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. modify the login url in setting

LOGIN_URL = '/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.

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

  2. 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-1.1.tar.gz (173.5 kB view details)

Uploaded Source

Built Distribution

django_bobgogo-1.1-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-bobgogo-1.1.tar.gz
Algorithm Hash digest
SHA256 b2adc16170a1dbd436a583d3ab781c4cfec70459e5b0c38c9a7eab89500b2c5f
MD5 e6b053a6f0298cd265b0958d11c36ffe
BLAKE2b-256 38478d13db0e07f9d6719de6d79a100fbd3f24ec4734e7dd12e1c0ba607f9c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_bobgogo-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c145e9a50be925738bab34300631300fdcf58c0845514f9890aefecceff658ac
MD5 e3563b4ae088e0b23885a6c194fedb38
BLAKE2b-256 e878a5ec101287e2fb90c7ac1e7e5356e7a8bb5f8fa1c97106587d25effcc27d

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