https://github.com/andrew-chen-wang/base-django-project
Minimal Django Project with Registration for easy re-use during testing.
https://github.com/andrew-chen-wang/base-django-project
authentication base-project django registration
Last synced: over 1 year ago
JSON representation
Minimal Django Project with Registration for easy re-use during testing.
- Host: GitHub
- URL: https://github.com/andrew-chen-wang/base-django-project
- Owner: Andrew-Chen-Wang
- License: mit
- Created: 2020-02-02T20:46:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T21:01:10.000Z (over 6 years ago)
- Last Synced: 2025-01-07T05:19:25.927Z (over 1 year ago)
- Topics: authentication, base-project, django, registration
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Django Project
Minimal Django Project with Registration for easy re-use during testing.
---
## The code itself
Much of this code comes from my [Stripe Subscription](https://github.com/Andrew-Chen-Wang/django-stripe-subscription) test project with Django. So you will find the word "Stripe" scattered around the code.
Additionally, this is only a base! For personal perference, **I have disabled all AUTH_PASSWORD_VALIDATORS when DEBUG is True.**
I actually HIGHLY recommend you use cookiecutter-django (with Docker) for large scale applications. Otherwise, enjoy my base project setup.
---
## Setup
You can set this code up by:
1. Cloning or downloading this respository.
2. Creating a virtual environment.
3. `Pip install django`
- Note: the django that this uses is Django==3.0.2 so some dependencies can break.
---
## Changelog
All notable changes to this project will be documented in this file.
### [0.0.1] - 2020-02-01
#### Added
- Entire Django project
- Registration added with minimal template setup
- A little bit of Stripe code :P Will delete later.
#### Changed
- Made AUTH_PASSWORD_VALIDATORS an empty list if `DEBUG=True`
---
## LICENSE
License: MIT License
Attribution is not necessary.