Skip to content

Instantly share code, notes, and snippets.

View ba11b0y's full-sized avatar

Rahul Tiwari ba11b0y

View GitHub Profile
@ba11b0y
ba11b0y / invinciblycool-codeheat.md
Last active January 31, 2018 17:50
Codeheat Final Gist

CodeHeat 2017 Contributions - Rahul Tiwari

Project

Open-Event-Server:

Issues(Opened): Closed and Open

@ba11b0y
ba11b0y / .gitignore
Created December 11, 2017 13:48
Gitignore for django projects
*.pyc
*~
__pycache__
db.sqlite3
/static
.DS_Store
@ba11b0y
ba11b0y / installing-postman.md
Last active December 4, 2024 19:25
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz
@ba11b0y
ba11b0y / test_errors.txt
Created October 3, 2017 17:19
test_errors
invinciblycool@invinciblycool-machine:~/FOSSASIA/open-event-orga-server$ nosetests tests/unittests/
FEFEEFEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_get_count (tests.unittests.api.helpers.test_db.TestDBHelperValidation)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/invinciblycool/FOSSASIA/open-event-orga-server/tests/unittests/utils.py", line 21, in tearDown
Setup.drop_db()
File "/home/invinciblycool/FOSSASIA/open-event-orga-server/tests/unittests/setup_database.py", line 36, in drop_db
db.engine.execute("drop schema if exists public cascade")