Skip to content

sonlinux/django-bims

 
 

Repository files navigation

BIMS

BIMS is a Django app.

Quick start

  1. Add "bims" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [

    'bims',

    ]

  2. Include the bims URLconf in your project urls.py like this:

    path('bims/', include('bims.urls'))

  3. Run python manage.py migrate to create the bims models.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • Python 2.3%
  • Other 1.8%