Skip to content

Priyanshusaxena2/github_users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get your application up and running.

Dependencies

  • Python 3.x
  • PostGreSQL 9.x

Getting Started

  • Create a user for postgres
  • Set password for the user : <DB_PASSWORD>
  • Create a db for the application : "createdb userss"

Virtual Environment Setup

  • Setup virtualenv : "virtualenv -p python3 env"
  • Move to virtualenv and activate its environment

Dependency Setup

  • Install requirements: "pip install -r requirements.txt".
  • In settings.py, change <DB_PASSWORD>
  • Run migrations: "python manage.py migrate"
  • Create superuser: "python manage.py createsuperuser"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages