Skip to content
View ManiRazeghi's full-sized avatar
🧑‍💻
Learning...
🧑‍💻
Learning...

Block or report ManiRazeghi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ManiRazeghi/README.md

Hi✋ I'm Mani Razeghi.

  from account.models import User

  user = User.objects.get(name = 'Mani', last_name = 'Razeghi')
  print(user.country) #output: 'Iran'
  print(user.email) #output: '[email protected]'
  print(user.telegram) #output: 'https://t.me/intell_End'
  print(user.is_learning) #output: True

I joined the programming world in 2021. I sought the programming fields for almost a year and finally chose the Back End Development field.

My skills💻:

Short Account Information🔍:

Anurag's GitHub stats

I'm intrested in:

  • Team Working 🤝
  • Deepening in my skills💪
  • Staying updated and Learning More🧠

Popular repositories Loading

  1. ManiRazeghi ManiRazeghi Public

  2. mini_database mini_database Public

    A simple database created with python.

    Python

  3. task_manager task_manager Public

    Task manager web created with django(just back end)

    Python