Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.8.1

RUN apt-get -y update
RUN apt-get -y upgrade
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get -y install nodejs
RUN apt-get -y install libcairo-dev
Expand Down
9 changes: 0 additions & 9 deletions landing/templates/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,20 +580,11 @@ <h3 class="font-montserrat text-20 m-0">
</div>
</div>

{% include "landing/python_hour.html" %} <br/>

<div
data-aos="fade-left"
data-aos-duration="1000"
data-aos-offset="300"
>

<img
src="{% static "landing/assets/img/Python_for_Beginner_Programmers.png" %}"
class="w-full rounded-10 object-cover"
/>
<br/>

<img
src="{% static "landing/assets/img/WFH_Pythonista.png" %}"
class="w-full rounded-10 object-cover"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gunicorn==20.0.4
psycopg2-binary==2.8.5

Pillow==7.1.1
django-admin-sortable2
django-admin-sortable2==2.1.4
django-ckeditor==6.0.0
django-compressor==2.4
django-debug-toolbar==2.2
Expand Down