https://github.com/javitocor/django-auth-template
Basic template to use Django's auth system.
https://github.com/javitocor/django-auth-template
django django-authentication
Last synced: 9 months ago
JSON representation
Basic template to use Django's auth system.
- Host: GitHub
- URL: https://github.com/javitocor/django-auth-template
- Owner: javitocor
- License: mit
- Created: 2021-09-09T14:25:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T14:26:20.000Z (over 4 years ago)
- Last Synced: 2025-01-25T17:53:17.430Z (11 months ago)
- Topics: django, django-authentication
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# Auth Django
> Basic template to use Django's auth system.
Additional description about the project and its features.
## Built With
- HTML
- CSS
- DJANGO
- GITHUB ACTIONS
- VSCODE
## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Weather-App-Django/archive/main.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/Weather-App-Django.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Weather-App-Django.git
```
## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Django-Auth-Template/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- Django Docs
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Django-Auth-Template.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Django-Auth-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Django-Auth-Template.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Django-Auth-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Django-Auth-Template.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Django-Auth-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Django-Auth-Template.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Django-Auth-Template/issuesover: