Create quota fields on User model

Each user needs nullable fields to store specific quotas and allow an instance administrator to limit a specific user.

Please add 3 nullable positive integer fields:

  • quota_disk_storage
  • quota_cpu
  • quota_gpu

Each of these fields is simply set to null by default, and must be editable in the admin interface.