Giter Site home page Giter Site logo

entrepreneur-evidence's Introduction

dependencies

django = 3.0.8

https://pypi.org/project/Django/

django-xml = "2.1.0"

https://pypi.org/project/django-xml/

requests = "2.7.0"

https://pypi.org/project/requests/2.7.0/

urllib3 = 1.25.10

https://urllib3.readthedocs.io/en/latest/

beautifulsoup4 = 4.9.1

https://pypi.org/project/beautifulsoup4/ https://stackoverflow.com/questions/18134318/extracting-contents-from-specific-meta-tags-that-are-not-closed-using-beautifuls https://stackoverflow.com/questions/36768068/get-meta-tag-content-property-with-beautifulsoup-and-python https://stackoverflow.com/questions/51233/how-can-i-retrieve-the-page-title-of-a-webpage-using-python

django-cors-headers=3.5.0 https://pypi.org/project/django-cors-headers/ https://stackoverflow.com/questions/22476273/no-access-control-allow-origin-header-is-present-on-the-requested-resource-i

pipenv install beautifulsoup4==4.9.1

install specific version

pipenv install urllib3==1.25.10

superuser creation

python manage.py createsuperuser

admin credentials

admin duch0704

Add new app into project

python manage.py startapp "appname"

Server startup

python manage.py runserver

Run migrations

python manage.py migrate

Package installation

pipenv install requests

Ares documentation

https://wwwinfo.mfcr.cz/ares/ares_xml.html.cz

XML solutions

https://stackoverflow.com/questions/12509888/how-can-i-send-an-xml-body-using-requests-library?fbclid=IwAR1r3OyRFrXl5QL-RJetQNcfKSG1WJqHLTGiNb7EA92mkoYw_FMtgmrhH2Q

OOP

https://stackoverflow.com/questions/12718187/calling-class-staticmethod-within-the-class-body

JSON serialization

https://stackoverflow.com/questions/2428092/creating-a-json-response-using-django-and-python https://stackoverflow.com/questions/16790375/django-object-is-not-json-serializable https://docs.djangoproject.com/en/3.1/ref/request-response/#django.http.HttpResponse https://stackoverflow.com/questions/757022/how-do-you-serialize-a-model-instance-in-django https://stackoverflow.com/questions/44066026/should-i-iterate-on-django-query-set-or-over-the-variable

POST requests

https://stackoverflow.com/questions/17179919/405-method-not-allowed-for-ajax-request-with-django https://stackoverflow.com/questions/57948887/forbidden-csrf-cookie-not-set-paypal-django https://stackoverflow.com/questions/9738824/django-post-url-error

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.