Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Filter

This application helps you to filter codeforces problems in a better way.

Getting Started

To get started open terminal and follow the commands.

mkdir CF_Filter
cd CF_Filter
virtualenv venv --python=python3.5

If you don't have virtualenv installed locally you can install it by typing sudo apt-get install virtualenv.

Now, clone the project to you local directory.

git clone https://github.com/rofi93/CF_Filter.git

Upon completion activate virtual environment and install requirements.

source venv/bin/activate
pip3 install -r requirements.txt

Now, create Postgresql database necessary for the project and move to project directory and run.

cd CF_Filter
python3 manage.py migrate
python3 manage.py createdata
python3 manage.py crontab add
python3 manage.py runserver

About

This application helps you to filter Codeforces problems in a better way.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages