PlasmaAPI is a simple fast and reliable web library API built with Python 3.10+ and using Django 4.0+
- Fast: This library or Django (App) is using all the power of Django 4.0 by allowing high performance and use of the framework properties. Note this has been tested 100% with Axious using JavaScript
- Easy to code: Neat documentation that saves you time while integrating the source to your projects. It is as simple as adding the app (email_api) to seetings.py
- Short: Avoiding complex functions, easy, fast and well-documented reducing bugs and allowing scalability
Release Version: 0.1.0
Send an email with a customized email template from contact form. The URL=“/send_email” integrates a default HTML template, so you are freely to include your own design.
- Create and activate a virtual environment using commands: python3 -m venv env and source /bin/activate
- Pip install -r requirements.txt
- Download or clone the git repo and put it inside your env
- Run your server using command: python manage.py runserver