Skip to content

agrawalanjali/Community-OER-Repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community-OER-Repository

Archieve content generated by Collaborative Communities

  1. Install virtualenv: pip install virtualenv
  2. Create a virtualenv : virtualenv <env_name> -p python3
  3. Activate the environment : source <env_name>/bin/activate
  4. Install django : pip install django==2.0.5
  5. Install requests : pip install requests

For running, clone the repository and cd into the directory, activate the virtual environment and type : python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.4%
  • Other 2.6%