CustomerAdministration is simple customer relationship management (CRM). It allows you to add, create, update, remove and list all users. Uses an authentication system
✨ Demo
This project was developed with the following technologies:
- Python 3
- Pipenv
- PostegreSQL or SQLite (configure on
settings.py
)
From your command line:
# Clone repository
git clone https://github.com/mrlucasrib/CustomerAdministration.git
cd CustomerAdministration
pipenv install
pipenv run python manage.py collectstatic
pipenv run db
pipenv run dev
👤 Lucas Ribeiro
- Twitter: @mrlucasrib
- Github: @mrlucasrib
- LinkedIn: mrlucasrib
This project is under the AGPL v3 license. See the LICENSE for details.
Give a ⭐️ if you liked this project!