day87-Django create procedural steps

1. Create a project:

2. Configuration:

2.1 Configuration path templates template files:

2.2 static configuration file path:

= STATIC_URL '/ static /' 
STATICFILES_DIRS = (the os.path.join (base_dir, 'static'),) # ancestral remember comma

3. Additional configuration:

Guess you like

Origin www.cnblogs.com/python-daxiong/p/12610646.html