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

Uploaded Source

Built Distribution

django_bobgogo-0.7-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-bobgogo-0.7.tar.gz
Algorithm Hash digest
SHA256 3b585196b5b98f6f0002fabdcd36edb8146f9c68fe40ef00e0df92bc23e08500
MD5 cfc10413dae136b9388f1558694d7eb8
BLAKE2b-256 aecd34201d88c18bf7162974d75bdd136a55d605381153f8067de877d18722be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_bobgogo-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 80bfda300df9f8ba11d1c3335878efc804c1d00611f6e1a816549b0806ec1035
MD5 b37f77fbd7ac6231115b19a76247e187
BLAKE2b-256 413e3534fcd3b02241642d413d0395bea4c40546cb269ac9f7adc4999523ba75

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