Skip to content
View joisemp's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@FIID-India
Block or Report

Block or report joisemp

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
joisemp/README.md

About

  • 👋 Hi, I’m @joisemp
  • 👀 I’m interested in Design and Webdevelopment
  • 🌱 I’m currently learning Django
  • 💞️ I’m looking to collaborate on Django Projects
  • 📫 Connect with me : https://www.linkedin.com/in/joisemp/

Github

GitHub Streak

Pinned

  1. Web-Designs Web-Designs Public

    This repository showcases my ongoing web design projects, which I undertake as a personal hobby in order to continually refine and enhance my web design skills.

    HTML

  2. blog-website blog-website Public

    Blog website developed using Django a python framework for webdevelpment

    Python

  3. inventory-management-system inventory-management-system Public

    Inventory management system for Labs

    HTML 3

  4. PDF-to-Audio-Book-Converter PDF-to-Audio-Book-Converter Public

    A simple python program to convert text in pdf file to audio file

    Python 1

  5. to_do_list_app to_do_list_app Public

    Task list app built using Django

    Python

  6. Django Deployment - Digital Ocean Django Deployment - Digital Ocean
    1
    # Django Deployment to Ubuntu 18.04
    2
    
                  
    3
    In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this [digital ocean doc](https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04)
    4
    
                  
    5
    Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server