Skip to content

A Django-powered App That Implements Django's Authentication System

Notifications You must be signed in to change notification settings

asadrajput2/players

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Players

This project is intended to be a social network for gamers with a focus on making it a player recruitment hub.

To quickly run it locally

    git https://github.com/DarkNinja3/players.git
    pip install -r requirements.txt
    cd players
    python manage.py migrate
    python manage.py collectstatic
    python manage.py runserver

About

A Django-powered App That Implements Django's Authentication System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published