To add an existing user to an existing Linux group:

usermod -a -G group user

# Example
usermod -a -G www-data django

By karlo