Skip to content
View D2theR's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report D2theR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
D2theR/README.md

Hello, please check out my stuff!

About Me

Pinned Loading

  1. Auto-generates Serializers & ModelVi... Auto-generates Serializers & ModelViewSets in a Django API using just models
    1
    #### Why?
    2
    I got sick of writing the same Serializer & ModelViewSet classes over and over so I found and wrote some code to
    3
    do it for me, and somehow it works! Please note that there are a lot of caveats to running an API like this and while
    4
    this may work, I know there's A LOT of room for improvement, feel free to fork and help! 
    5
    
    
  2. django-tabbed-admin django-tabbed-admin Public

    Forked from omji/django-tabbed-admin

    Easily add tabs to django admin forms

    Python 2 3

  3. datertots datertots Public

    Blog Post Site

    HTML

  4. A simple Gunicorn config script that... A simple Gunicorn config script that can be used to add your Django template file directories the reload engine to prevent having to reloading the server in development every time you make a change.
    1
    ##Gunicorn config file
    2
    """
    3
    USAGE
    4
    gunicorn -b 127.0.0.1:8888 -c gunicorn.conf.py myapp.wsgi
    5
    """
  5. Generate Excel .xlsx file using Pand... Generate Excel .xlsx file using Pandas for DOX/DOE recipe/ingredient formulations.
    1
    import itertools
    2
    from pandas import DataFrame
    3
    from IPython.core.display import display, HTML
    4
    
    
    5
    #List of ingredients
  6. Generic VueJS and PubChem REST API E... Generic VueJS and PubChem REST API Example using Axios
    1
    <!DOCTYPE html>
    2
    <html>  
    3
      <head>
    4
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
    5
        <meta content="utf-8" http-equiv="encoding">