Skip to content

PacktPublishing/Django-Web-Development-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django: Web Development with Python

This is the code repository for Django: Web Development with Python, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##What You Will Learn:

  • Share C# code across platforms and call native Objective-C or Java libraries from C#
  • Submit your app to the Apple App Store and Google Play
  • Use the out-of-the-box services to support third-party libraries
  • Find out how to get feedback while your application is used by your users
  • Create shared data access using a local SQLite database and a REST service
  • Test and monitor your applications
  • Gain memory management skills to avoid memory leaks and premature code cycles while decreasing the memory print of your applications
  • Integrate network resources with cross-platform applications
  • Design and implement eye-catching and reusable UI components without compromising nativity in mobile applications

##Instructions and Navigation All of the code is organized into folders. Each folder starts with number followed by the application name. For example, Chapter02.

You will see code something similar to the following:

 if __name__ == "__main__":
    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "Work_manager.settings")

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv) 

###Related Django Products: Web Development with Django Cookbook

Django 1.0 Website Development

Django JavaScript Integration: AJAX and jQuery

Suggestions and Feedback

[Click here] (https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787121386

About

Code repository for Django Web Development with Python, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published