Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Overview of Django re-usable apps

namdi
January 26, 2019

Overview of Django re-usable apps

Presentation at Python Minna January Meetup 2019 on Django reusable apps

namdi

January 26, 2019
Tweet

More Decks by namdi

Other Decks in Programming

Transcript

  1. H! I am Nnamdi Okoro I am Nnamdi Okoro -

    Community Manager, MT-Meetup, - Community Manager, MT-Meetup, Python Minna Python Minna - An Artisan for Android and the Web - An Artisan for Android and the Web
  2. Django Apps Django Apps - - Django app is just

    a Python package Django app is just a Python package designed to be used inside a Django project. designed to be used inside a Django project. - A Python package is a logical group of - A Python package is a logical group of Python code that's easy to re-use. Python code that's easy to re-use. - A package often contains multiple Python - A package often contains multiple Python files that are called modules. files that are called modules.
  3. Django Re-usable Apps Django Re-usable Apps - setup.py - setup.py

    - manifest.in - manifest.in - readme.rst - readme.rst - license - license