Giter VIP home page Giter VIP logo

django-sms's Introduction

Hi there ๐Ÿ‘‹ I'm a consultant at Warpnet with over five years of Security and Site Reliability Engineering (SRE) experience at various companies like DUO, KPN and CJIB.

I've made several contributions to open source, to tools such as SaltStack, Prometheus, rfcat and many more. Besides contributing to open source I enjoy tinkering with electronics, hardware hacking, and software development in general.

Please find me on LinkedIn for a more detailed description of my full work experience, education and certification. You can get in touch with me by email at [email protected] (PGP).

Blog Posts

In the overview below you will find the featured posts of my blog, automatically updated by GitHub Actions:

Credits

I would like to thank everyone who has supported me in my open-source contributions and projects. I should mention at least a few of them:

  • Warpnet B.V., which is also my employer, for giving me the freedom to contibute to whatever open-source project I do see fit and spend a significant portion of my work time doing this.
  • Every open-source contributor and maintainer who has ever reviewed any of my contributions, or just replied to the issues I've raised.
  • Several companies that found a way to support my work:
    • TransIP for (temporary) providing me with free credits to test the deployment of VPSs in several open-source project.

If you would like to support my work in open-source, consider sponsoring me or get in touch with me via email, or LinkedIn.

django-sms's People

Contributors

73vw avatar roaldnefs avatar tubaman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

django-sms's Issues

Bug: Fix Broken GitHub Workflow

The GitHub workflow for running tests using tox reports errors due to a missing report, see:

Run tox -e py
py: install_deps> python -I -m pip install coverage messagebird mypy twilio
.pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel
.pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.[7](https://github.com/roaldnefs/django-sms/actions/runs/3728855155/jobs/6324214778#step:5:8).15/x64/lib/python3.7/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: prepare_metadata_for_build_wheel> python /opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py: install_package_deps> python -I -m pip install 'Django>=2.2'
py: install_package> python -I -m pip install --force-reinstall --no-deps /home/runner/work/django-sms/django-sms/.tox/.tmp/package/1/django-sms-0.6.0.tar.gz
py: commands[0]> .tox/py/bin/python -m coverage run setup.py test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running test
running egg_info
writing django_sms.egg-info/PKG-INFO
writing dependency_links to django_sms.egg-info/dependency_links.txt
writing requirements to django_sms.egg-info/requires.txt
writing top-level names to django_sms.egg-info/top_level.txt
reading manifest file 'django_sms.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.Django'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
adding license file 'LICENSE.django'
writing manifest file 'django_sms.egg-info/SOURCES.txt'
running build_ext
System check identified no issues (0 silenced).
..........
----------------------------------------------------------------------
Ran 10 tests in 0.151s

OK
/home/runner/work/django-sms/django-sms/.tox/py/lib/python3.7/site-packages/coverage/control.py:[8](https://github.com/roaldnefs/django-sms/actions/runs/3728855155/jobs/6324214778#step:5:9)25: CoverageWarning: No data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
py: commands[1]> .tox/py/bin/python -m coverage report
No data to report.
py: exit 1 (0.10 seconds) /home/runner/work/django-sms/django-sms> .tox/py/bin/python -m coverage report pid=2022
.pkg: _exit> python /opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py: FAIL code 1 (14.4[9](https://github.com/roaldnefs/django-sms/actions/runs/3728855155/jobs/6324214778#step:5:10)=setup[12.52]+cmd[1.87,0.[10](https://github.com/roaldnefs/django-sms/actions/runs/3728855155/jobs/6324214778#step:5:11)] seconds)
  evaluation failed :( ([14](https://github.com/roaldnefs/django-sms/actions/runs/3728855155/jobs/6324214778#step:5:15).96 seconds)
Error: Process completed with exit code 1.

More detailed logging is available on: https://github.com/roaldnefs/django-sms/actions/workflows/tests.yml.

It works with Django 3.2

Hi I'm using your library with Django 3.2, so you can update manifests to show it is compatible with 3.2 which is LTS.

Bug: Documentation hyperlinks use indexes instead of strings

Documentation's hyperlinks use indexes instead of strings

https://django-sms.readthedocs.io/en/latest/#id12 Brings you to the Console Backend section.

But going into the docs and clicking the Console Backend item yields the following url https://django-sms.readthedocs.io/en/latest/#console-backend, which doesn't work because the right url is using IDs.

Also the fork me logo is broken due to public access denied
https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png

Good first issue for a newbie IMO
Thanks for the library!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.