Marcin-Chudzik /
django-webshop
This app is a simple example of a web shop, built in Python/Django.
26/100 healthLoading repository data…
sina-mobarez / repository
this is a good base for django one time password projects
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
django passwordless is a good base for one time password projects that using django
This project is simple and sutable for base of django projects that want to use one time password, this base code use pyotp package for provide code and use DRF for send it to phone number of user, i use ippanel service for sending sms, you can use another service like Kave negar or Twilio.
This project is use phone number instead username and send a code by sms to that namber and authenticate user by that (Sqlite by default).
user don't have to register, just have to login and use your site The otp code send asynchronously to user (Use Celery)
use RabbitMq for broker, you can use redis also
DRF used for send otp code, use Fetch java script to call that api, logging also implemented, of course the whole project is just a base for other projects and you must develop it by yourself.
Before setting up the Django passwordless project, ensure that you have the following prerequisites installed on your machine:
Follow these steps to set up the project:
1. Clone the repository using Git:
git clone https://github.com/sina-mobarez/dj-passwordless.git
2. register for sms pannel
if you want to use sms for sending code, you must register and get pannel
3. install requirements
pip install -r requirements.txt
4. Setup .env file
inside lesspass directory create a .env file with variable structure similar to .env.dist file.
5. Run the rabbit and celery i suggest use docker file and don't install local rabbit for this use following command:
docker pull rabbitmq
docker run -d -p 5672:5672 rabbitmq
celery -A core worker --loglevel=INFO
6. Create db tables, Super-user and run server
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Django passwordless is maintained under GNU General Public License v3.0 license (read more here)
Selected from shared topics, language and repository description—not editorial ratings.
Marcin-Chudzik /
This app is a simple example of a web shop, built in Python/Django.
26/100 healthdevanob /
#Django Personal Website This Is The Source Code For Personal(MYWebsite). This Site Is Primary Written In HTML and Javascript With Helping Libraries Such As Bootstrap .The Back End Is Written In Django With A MySql Backing. Ngnix, Google Cloud(This moment) Celery Rabbitmq
19/100 healthILoveBacteria /
This repository is for the Software Engineering course project at Shahid Beheshti University. The project involves developing a hotel management system.
Lokrip /
This is a social network project developed using Django. The application provides a wide range of functionality, including managing users, chats, posts, notifications, profiles and much more. Mood project for working in Docker containers.
41/100 healthShuvam77 /
StudyBuddy discussion room project is a Python based application developed in Django Framework. This project has features to create multiple discussion rooms and other users can follow discussion rooms and comment their opinions
31/100 health