Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.3 KB

File metadata and controls

26 lines (16 loc) · 1.3 KB

PlasmaAPI

PlasmaAPI is a simple fast and reliable web library API built with Python 3.10+ and using Django 4.0+

Why should I use this API?

  1. 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
  2. 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
  3. Short: Avoiding complex functions, easy, fast and well-documented reducing bugs and allowing scalability

Features

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.

Installation

  1. Create and activate a virtual environment using commands: python3 -m venv env and source /bin/activate
  2. Pip install -r requirements.txt
  3. Download or clone the git repo and put it inside your env
  4. Run your server using command: python manage.py runserver

Please note the complete documentation is located on index page. If you need help or assistance, please contact the user sgonzalezdev or email him at sgonzalezdev@gmail.com