Advertisement
horozov86

profile_helper

Feb 23rd, 2024
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. from exam_preparation.profiles.models import Profile
  2.  
  3.  
  4. def get_profile():
  5.     return Profile.objects.first()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement