Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarojbelbase/samachar-patra
A simple newsletter subscription-based Django app with email verification.
https://github.com/sarojbelbase/samachar-patra
django email-verfication jwt-token made-in-nepal nepali-app newsletter pyjwt samachar
Last synced: 11 days ago
JSON representation
A simple newsletter subscription-based Django app with email verification.
- Host: GitHub
- URL: https://github.com/sarojbelbase/samachar-patra
- Owner: sarojbelbase
- Created: 2021-06-26T08:13:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T21:46:36.000Z (over 1 year ago)
- Last Synced: 2024-10-24T22:12:58.193Z (about 2 months ago)
- Topics: django, email-verfication, jwt-token, made-in-nepal, nepali-app, newsletter, pyjwt, samachar
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SamacharPatra (समाचारपत्र)
A simple newsletter subscription based module with email verification.
### Prerequisites
- Python 3.7 or higher (tested in version 3.7.10)
### Tools & Technologies
- Database: SQLite | ORM
- Framework: Django 3.2
- Email & Credentials: SMTP (tested with Google account)### Run & Setups
- Clone this repository
- [Install & activate virtual environment in the root folder](https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/26/python-virtual-env/)
- Install required dependencies by running `pip3 install -r requirements.txt`- Add these `credentials` inside `main/settings.py`
```bash
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
```- Run the following command in terminal
```bash
python3 manage.py runserver
```### URL Routes
- Main Subscribing page >> [http://localhost:8000/subscribe](http://localhost:8000/subscribe)
### Made with ❤️ in Nepal.