Giter Club home page Giter Club logo

localife's Introduction

Localife

Final project Localife (WIP)

Models

User (django model)

class User(AbstractUser) These attributes are already included ''' username: A string field that represents the unique username of the user. password: A field that stores the user's password. It is stored as a hash for security reasons. first_name: A string field to store the user's first name. last_name: A string field to store the user's last name. email: A string field to store the user's email address. is_staff: A boolean field that determines if the user is a staff member with administrative access. is_active: A boolean field that indicates if the user account is active. date_joined: A DateTimeField that represents the date and time when the user account was created. ''' location=models.CharField(max_length=255, blank=False) social_instagram=models.URLField( max_length=255, blank=True, null=True, )

Traveler(User) ''' This inherit from User but is_staff is always False ''' self.is_staff=False; user_type=

Host(User)

Tag

Region

Experience (This is the activity that the host posts)

Review (V2)

App division

home_app:

user_app:

search_app: Kai

post_app:

match_app:

finished_app:

test push

localife's People

Contributors

erak93 avatar morifazel avatar kululenko avatar pepperbeaches avatar kraetzi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.