Skip to content

danangmassandy/django-userprofile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-userprofile

  1. Set Google Map API Key in .env file using
    GOOGLE_MAPS_API_KEY="xxxx-xxxx"
    
  2. Install dependencies
    pip install -r requirements.txt
    
  3. Run initial migration scripts
    python manage.py migrate
    
  4. Setup admin superuser
    python manage.py createsuperuser
    
  5. Create users and profiles from admin site
    http://127.0.0.1:8000/admin/
    
  6. MapView page:
    http://127.0.0.1:8000/
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published