Giter VIP home page Giter VIP logo

contact-me-app's Introduction

Contact-me-app

a reusable, plug-able api based django app. with django rest framework

options:

  • pluggable in other apps
  • send verification email
  • set is readed status by admin
  • send mass email to all which contact me
  • filter by date for admin

Installation

Linux

  1. git clone https://github.com/F4R4N/movie-quote.git
  2. apt install python3
  3. cd movie-quote
  4. python3 -m venv venv
  5. source venv/bin/activate
  6. python3 manage.py migrate
  7. python3 manage.py runserver
  8. open browser in 127.0.0.1:8000

Windows

  1. git clone https://github.com/F4R4N/movie-quote.git or download directly
  2. install python3
  3. cd movie-quote
  4. python -m venv venv
  5. venv\Scripts\activate
  6. python manage.py migrate
  7. python manage.py runserver
  8. open browser in 127.0.0.1:8000

settings

app should configure for the project that import in.

Default Settings

DEFAULT_CONTACT_US_SETTINGS = {
  "APP_NAME": None,
  "SEND_MAIL": False,
  "MAIL_SUBJECT": " Contact Us ",
  "MESSAGE": "\nwe got your email. we will respond as soon as possible.\n\nBest Regards, ",
}

and should include email backend settings in project ssettings.py if SEND_MAIL=True

EMAIL_USE_TLS = True
EMAIL_HOST = SMTP
EMAIL_PORT = 587
EMAIL_HOST_USER = EMAIL
EMAIL_HOST_PASSWORD = PASSWORD

contact-me-app's People

Contributors

f4r4n avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.