Skip to content

Commit

Permalink
Removed unmaintained fabfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Dec 5, 2017
1 parent c6edf09 commit 5dce67c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 218 deletions.
194 changes: 0 additions & 194 deletions fabfile.py

This file was deleted.

3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ An easy to use project template for Django 1.10 that follows best practices.
- [Django compressor](http://django-compressor.readthedocs.org/en/latest/) to compress JS and CSS and compile LESS/SASS files.
- [Django debug toolbar](http://django-debug-toolbar.readthedocs.org/) enabled for superusers.
- [Argon2](https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#using-argon2-with-django) to hash the passwords
- A [fabfile](http://www.fabfile.org/) to ease the deployment.

## Quickstart ##

Expand Down Expand Up @@ -64,5 +63,5 @@ If you have trouble/can't install a package place it in the `/libs` directory.
- Once we have webpack upgrade to bootstrap 4
- Add gitlab.ci
- Improve tox.ini
- Improve deployment, get rid of fabric. Investigate feasible options. Maybe add a deploy to heroku/docker cloud.
- Add deployment options.
- Add some example code and tests.
17 changes: 0 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,30 @@
alabaster==0.7.10
argon2-cffi==16.3.0
asn1crypto==0.23.0
astroid==1.4.8
attrs==17.3.0
Babel==2.5.1
bcrypt==3.1.4
certifi==2017.11.5
cffi==1.11.2
chardet==3.0.4
click==6.6
coverage==4.4.2
cryptography==2.1.4
Django==1.10.7
django-appconf==1.0.2
django-compressor==2.2
django-debug-toolbar==1.9.1
docutils==0.14
ecdsa==0.13
Fabric==1.14.0
first==2.0.1
flake8==3.5.0
idna==2.6
imagesize==0.7.1
isort==4.2.5
Jinja2==2.10
lazy-object-proxy==1.2.2
MarkupSafe==1.0
mccabe==0.6.1
paramiko==2.4.0
pep8==1.7.0
pip-tools==1.7.0
pluggy==0.6.0
psycopg2==2.7.3.2
py==1.5.2
pyasn1==0.4.2
pycodestyle==2.3.1
pycparser==2.18
pycrypto==2.6.1
pyflakes==1.6.0
Pygments==2.2.0
pylint==1.6.4
PyNaCl==1.2.1
pytest==3.3.0
pytz==2017.3
rcssmin==1.0.6
Expand All @@ -54,4 +38,3 @@ sqlparse==0.2.4
tox==2.9.1
urllib3==1.22
virtualenv==15.1.0
wrapt==1.10.8
6 changes: 1 addition & 5 deletions requirements_to_freeze.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on http://www.kennethreitz.org/essays/a-better-pip-workflow

django
django==1.10.7
argon2-cffi

# Templates
Expand All @@ -9,17 +9,13 @@ django-compressor

# Database
psycopg2
#MySQL-python

# Bcrypt passwords
bcrypt

# DEVELOPMENT REQUIREMENTS
django-debug-toolbar

# Deployment
Fabric

# Documentation
Sphinx

Expand Down

0 comments on commit 5dce67c

Please sign in to comment.