A CRUD project to inprouve my abilits in Django.
Explore the docs »
Report Bug
·
Request Feature
Thank you for read my project. This is my CRUD project in django to improve my knologe in programing language, and I'm feeling amazing. I spended around 12 hours to finish the first part of this project.
Here's why i did:
- First I receive this project to participate in an interview.
- Seccond I did to improve my skills
- Third because i love programing
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Django
python -m pip install Django==3.2.3
- Clone the repo
git clone https://github.com/davidncuba/Django-CRUD-Ajax-Login.git
To do the first access you must to creat a super admin.
python manage.py createsuperuser
After that you can do login in the system and create a new user (driver or admin) in the left bar.
- Just admin have permission to create, edit and delete users/drivers.
- Just admin can create, edit and detele a new company.
- Just admin can do match driver x company.
- Drivers and Admin can create a new Depature and receive the delivery.
See the open issues for a list of proposed features (and known issues).
Project Link: https://github.com/davidncuba/Django-CRUD-Ajax-Login
