lc-application / shareCostNew

0 stars 0 forks source link

updated connection model #6

Closed ethancwb closed 5 years ago

ethancwb commented 5 years ago

New connection model.

  1. Added foreign key to user. Now we can directly call: user.received_connections or user.sent_connections to get connections.
  2. Also, added django console support. Now developers can run python manage.py shell-plus to access django console.
  3. Parsed the user and connection string shown in admin website. Instead of showing User object (id), now it shows more useful information.
lixuanyu1993 commented 5 years ago

get me some time so think this one