DEV Community

Cover image for Implemented GitHub Actions to a Django (Python) repository.
Parth Pandya.
Parth Pandya.

Posted on

Implemented GitHub Actions to a Django (Python) repository.

Greetings DEVs 👋,
I heard about this #ActionsHackathon through a twitter post by DEV community and was very keen to make an action on GitHub. The first ever time I've dealt with GitHub actions and found it so useful. It sounds great when it allows us to automate and customize our software development workflows.🤘

My Workflow

  • Triggering_Actions : The action is a part of Django_tests workflow which basically does a job to install all the dependencies for project, setting-up respective python versions, runs tests and migrations to the Django project and hence, deploying all these changes to Heroku.✌️

Submission Category

  • DIY Deployments

Yaml File or Link to Code

Mail-Me

This is a python based web-application written in Django💗, which generally haves a feature in the back-end that whenever the form on the home page of the application is submitted then, all the message fileds are directly sent to my mail in a very formatted manner. This is a project dveleoped by me when I started learning Django & related stuff.

More on Django 💠

Django is a Python-based free and open-source web framework that follows the model-view-controller architectural pattern. It is maintained by the Django Software Foundation, an American independent organization established as a 501 non-profit.

You can checkout my app at : https://emailman.herokuapp.com/

Any fruitful contributions are widely accepted.❤️
Parth Pandya.'s DEV Profile



Link to Heroku App

Learning new things everyday, glad to contest #ActionsHackathon !
Happy DEVopsifying & Coding 😄

Top comments (0)