Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies #11

Open
wants to merge 79 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
3e5cc39
Update Makefile with new dependencies
Jul 12, 2020
2100859
Add .idea to .gitignore
Jul 16, 2020
f32238b
Remove old migrations
Jul 16, 2020
96b4c58
Update ForeignKey`s with on_delete param
Jul 16, 2020
bee2a07
Add new migrations
Jul 16, 2020
31305ac
Remove DjangoWhiteNoise [deprecated]
Jul 16, 2020
8f0e268
Reformat render functions
Jul 16, 2020
7ee9392
Updated settings.py with topical parameters
Jul 16, 2020
6dcffca
Replace url with path function, comment schema urls
Jul 16, 2020
009dc0f
Update requirements.txt
Jul 16, 2020
e9e5c35
Add cache and ConditionalGetMiddleware to set eTag
Jul 16, 2020
6f4393b
Update renderers.py
Jul 16, 2020
96f30d5
Add schemas urls
Jul 16, 2020
2bd81dd
Merge remote-tracking branch 'origin/master'
Jul 16, 2020
409e91a
Update requirements.txt (Django 3.0.8!)
Jul 16, 2020
62e0e2d
Removed text about maintain
Jul 16, 2020
7b6ae6e
Remove automatically install dependencies with apt
Jul 16, 2020
00f6e8e
Updated Python version for travis
Jul 16, 2020
613bfeb
Removed import of unicode_literals
Jul 16, 2020
d6c5b5d
Beautify code
Jul 16, 2020
d5c2a33
Test update .travis.yml
Jul 16, 2020
bdba85b
Added build status
Jul 16, 2020
2d48a95
Added admins url
Jul 16, 2020
1fd9e24
Removed autodiscover function
Jul 16, 2020
daaf597
Imports refactor
Jul 16, 2020
3367442
Changed url to path function
Jul 16, 2020
a0971c4
Removed unicode_literals from views.py
Jul 16, 2020
ca02348
Beautify code
Jul 16, 2020
767e3fa
Remove unicode_literals from serializers.py
Jul 16, 2020
f38b8a2
Reformat base.html
Jul 16, 2020
7a871a2
Reformat stats function
Jul 17, 2020
cd0e707
Added Django Debug Toolbar
Jul 17, 2020
8c21a85
Updated about.html, removed donation block
Jul 17, 2020
3e09367
Fixed not closing "a" tag, reformat code
Jul 17, 2020
9a4026a
Added urls` names
Jul 17, 2020
00a475c
Updated index.html layout
Jul 17, 2020
cf75bac
Removed stripe from index view
Jul 17, 2020
ed09c9e
Removed stripe from about view
Jul 17, 2020
ac31421
Removed caching from about view
Jul 17, 2020
b71997c
Remove unicode_literals from utils.py
Jul 17, 2020
3f4de08
Added caching
Jul 17, 2020
28a1e99
Removed unicode_literals
Jul 17, 2020
cdeffa8
Updated markdown displaying
Jul 17, 2020
4a3f3aa
Added django-debug-toolbar to requirements.txt
Jul 17, 2020
140186e
Added gunicorn to requirements.txt
Jul 17, 2020
49c301f
Added django-heroku to requirements.txt
Jul 17, 2020
4cb9a16
Added heroku settings
Jul 17, 2020
6f95f59
Update runtime.txt with python 3.7.2
Jul 17, 2020
4909f3c
Added Pipfile
Jul 17, 2020
bd5e566
Added Pipfile.lock
Jul 17, 2020
02d0dcc
Setup base docker file
Jul 17, 2020
190dcb9
Fix conflicts with Juriy:master
Jul 17, 2020
cc84c94
Fix conflicts
Jul 17, 2020
4d81754
Merge branch 'Juriy-master'
Jul 17, 2020
9ccddac
Fix TemplateSyntaxError [load static]
Jul 17, 2020
f2ef4f4
Fix template displaying
Jul 17, 2020
93bd8a4
Removed Dockerfile
Jul 17, 2020
8f58a10
Updated requirements.txt
Jul 17, 2020
3c172be
Updated .travis.ymlto using pipenv
Jul 17, 2020
e0da548
Revert "Updated requirements.txt"
Jul 17, 2020
868132b
Revert "Updated requirements.txt"
Jul 17, 2020
0a57ffa
Commented django heroku
Jul 17, 2020
5f647fe
Setup heroku and travis compose
Jul 17, 2020
4a42d02
Setup heroku and travis compose
Jul 17, 2020
0097ea8
Merge remote-tracking branch 'origin/master'
Jul 17, 2020
94688ee
Replaced links with url tags
Jul 17, 2020
5addb59
Added autodetect base url
Jul 17, 2020
47ffa2a
Updated to bootstrap 4
Jul 18, 2020
f774cdc
Refactor code. Added icon support
Jul 18, 2020
6957407
Fixed code displaying on main page
Jul 18, 2020
d7bb1f2
"Try it now!" to primary text
Jul 18, 2020
066fc0a
Replaced http:// with https://
Jul 18, 2020
57865ce
Make a logo text link
Jul 18, 2020
9a8cc5f
Added z-index to modal background
Jul 18, 2020
6d9354e
Loading was optimized
Jul 18, 2020
814c793
Loading was optimized
Jul 18, 2020
41d6c3a
Merge remote-tracking branch 'origin/master'
Jul 18, 2020
9eedfd0
Update README.md
Jul 24, 2020
24ce549
Update README.md
Jul 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove automatically install dependencies with apt
Leonid Podriz committed Jul 16, 2020
commit 7b6ae6eff0f3c9c1fd7b100efe6cbdf8586212a0
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

install:
apt install postgresql postgresql-server-dev-all gcc python-dev libmemcached-dev zlib1g-dev
pip install -r requirements.txt

build: