- Django Project Blueprints
- Asad Jibran Ahmed
- 157字
- 2021-07-16 10:37:46
Starting out
By now you should have the application ready to test if you've followed the instructions given at the start of the chapter. Let's see what it looks like at the moment. Start the application by running the following command in your terminal from the application folder. You'll need to make sure that your virtual environment is activated before you can run this command:
> python manage.py runserver
Open http://127.0.0.1:8000
in your browser and you should see the following basic page:

As you can see, we have links for Login and Create New Account. You should go ahead and create a new account. Log in with this account and you'll see the two links replaced with a Logout link. This is the basic application setup that we'll use moving forward. You should make sure that you are able to use the application at this point, as all further development will be built on top of this.
- Linux設備驅動開發詳解(第2版)
- Learning OpenDaylight
- 從零開始寫Linux內核:一書學透核心原理與實現
- 曝光:Linux企業運維實戰
- 嵌入式應用程序設計綜合教程(微課版)
- 深入Linux內核架構與底層原理(第2版)
- Mobile First Design with HTML5 and CSS3
- 注冊表應用完全DIY
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- 云原生落地:產品、架構與商業模式
- Windows 7實戰從入門到精通
- Linux系統最佳實踐工具:命令行技術
- 電腦辦公(Windows10+Office2016)從新手到高手
- Responsive Web Design with AngularJS
- 數字系統設計與VHDL