Skip to content
View mehrabcz's full-sized avatar
  • Tehran,IR

Block or report mehrabcz

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

Pinned Loading

  1. Django queryset for objects within X... Django queryset for objects within X long/lat radius
    1
    # Simple version of Django queryset for objects within X long/lat radius
    2
    import math
    3
    
                  
    4
    def get_queryset(self):
    5
        user = self.request.user
  2. django-jalali-date django-jalali-date Public

    Forked from a-roomana/django-jalali-date

    Jalali Date support for user interface. Easy conversion of DateTimeFiled to JalaliDateTimeField within the admin site, views, forms and templates.

    JavaScript

  3. django-nextjs django-nextjs Public

    Forked from QueraTeam/django-nextjs

    Django + Next.js integration

    Python

  4. django-rest-framework django-rest-framework Public

    Forked from encode/django-rest-framework

    Web APIs for Django. ⚡️

    Python

  5. django_react_admin django_react_admin Public

    Forked from pawnhearts/django_react_admin

    Creates viewsets and serializers for models in your admin site to use with react-admin

    Python

  6. Instagram-API-python Instagram-API-python Public

    Forked from tmhlsky/Instagram-API-python

    Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.

    Python 2