# Python2-Django **Repository Path**: xjgitee/Python2-Django ## Basic Information - **Project Name**: Python2-Django - **Description**: Auto created by ServiceStage! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/xjgitee/Python2-Django - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-05-17 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Django web service | Language | Framework | Platform| | -------- | -------- |--------| | Python | Django| ServiceStage Web, CCE Cluster| This sample code helps get you started with a simple Python web application deployed by ServiceStage Web App to a CCE Cluster. This sample includes: * README.md * License.md * manage.py - a command line tool that helps you interact with the Django project. * django - this directory contains the Django framework * pytz - this directory contains the module which Django framework depends * static - this directory contains your web pages and static files * webapp - this directory contains the settings, the URL declaration and the entrance ## Getting Started Clone your code repository and start developing your application on IDE of your choice 1. Install pyrhon(2.7.x), See https://www.python.org/downloads/ 2. Get into the directory $ cd python2Django-webapp 3. Run the web application $ python manage.py runserver 127.0.0.1:8080 4. Open http://localhost:8080/ in a web browser to view your application. if you want to deploy the sample code on servicestage, View your CI/CD pipeline and service stack on ServiceStage and customize it as per your needs ## License: See [LICENSE](LICENSE). ## Contributing