Skip to content

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

License

Notifications You must be signed in to change notification settings

stephenh67/Django-Web-Development-with-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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.

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

Languages

  • Python 71.9%
  • HTML 23.7%
  • JavaScript 3.0%
  • CSS 1.3%
  • Shell 0.1%