- username: dabzse
- password: localhost
- pagination (possible about 10 customers per page)
- adding profile photo (will require
pillow)- modifying the model
- and at least
customer/<pk> - including the
views.pyfile
- customer history
- some "better" design on
customer/<pk> - add logic to searchbox
- /etc
YES, I KNOW!
in real life the customer's data is "deleted" only with the "soft-delete" method. so that means, it still exists in the database, but won't be visible... and that's against the law...
it is given, you just need to import it.
or use your own, whatever you like. for testing purposes SQLite3 is enough for me, and these very dummy data.
do it
- paginator + design