Overview
Django 5.0.2 on Ubuntu 20.04 with Free maintenance support by ATH.
This is a repackaged open source software product wherein additional charges apply for support. Django is an open-source, high-level web framework written in Python that enables rapid development of web applications. It follows the "batteries-included" philosophy, providing a comprehensive set of features and tools for developers to build web applications efficiently. Django offers an MVC (Model-View-Controller) architectural pattern, although it uses the term MTV (Model-Template-View) to describe its structure. It includes an ORM (Object-Relational Mapping) system that simplifies database interactions, making it easy to work with databases of various types.
Highlights
- Django's clean and pragmatic design, along with its extensive libraries, encourages rapid development, reducing the time and effort required to build web applications.
- Django comes with built-in security features, including protection against common web vulnerabilities like SQL injection, cross-site scripting (XSS), and CSRF (Cross-Site Request Forgery) attacks.
- Django's architecture allows applications to scale seamlessly, whether you're building a small website or a large-scale web application.
Details
Typical total price
$0.109/hour
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.micro AWS Free Tier | $0.001 | $0.012 | $0.013 |
t2.small | $0.009 | $0.023 | $0.032 |
t2.medium | $0.009 | $0.046 | $0.055 |
t2.large | $0.009 | $0.093 | $0.102 |
t2.xlarge | $0.009 | $0.186 | $0.195 |
t2.2xlarge | $0.009 | $0.371 | $0.38 |
t3.nano | $0.009 | $0.005 | $0.014 |
t3.micro AWS Free Tier | $0.009 | $0.01 | $0.019 |
t3.small | $0.009 | $0.021 | $0.03 |
t3.medium | $0.009 | $0.042 | $0.051 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
No Refund
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Try one unit of this product for 5 days. There will be no software charges for that unit, but AWS infrastructure charges still apply. Free Trials will automatically convert to a paid subscription upon expiration and you will be charged for additional usage above the free units provided.
Additional details
Usage instructions
Connect to EC2 Linux instance - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstances.html ( Port - 22 and Username - ubuntu) Now run the following commands :
(Create New Project)
django-admin startproject <project-name>
cd <project-name>
python3 manage.py migrate
(Create Admin User)
python3 manage.py createsuperuser
sudo nano mysite/settings.py
Change the following line: ALLOWED_HOSTS = [your-server-ip] // Enter your-server-ip into single inverted comma. save & close.
python3 manage.py runserver 0.0.0.0:8000
Run on browser: <ip>:8000 <ip>:8000/admin
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.