Metadata-Version: 2.1
Name: django-dockerizer
Version: 0.2
Summary: Dockerize and make ready to deploy Django projects
Home-page: https://github.com/arifogluisa/django-dockerizer
Author: Isa Arifoglu
Author-email: arifogluisa@gmail.com
License: MIT
Description: # Django dockerizer
        A package used to dockerize and make ready Django projects to deploy.
        
        ## How to use
        _After installing the package use following command in base project directory:_ <br>
        
        **dockerize**
        
        _If you want to use celery and redis then use following command:_
        
        **dockerize --celery<br>**
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
