Merge branch 'develop' of github.com:ungleich/dynamicweb into develop
This commit is contained in:
		
				commit
				
					
						2827275bdc
					
				
			
		
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5,12 +5,14 @@ from django.conf.urls.i18n import i18n_patterns
 | 
			
		|||
from django.conf.urls.static import static
 | 
			
		||||
 | 
			
		||||
from django.conf import settings
 | 
			
		||||
from hosting.views import railshosting
 | 
			
		||||
from hosting.views import railshosting, nodejshosting, djangohosting
 | 
			
		||||
from membership import urls as membership_urls
 | 
			
		||||
 | 
			
		||||
urlpatterns = [
 | 
			
		||||
                  url(r'^hosting/', include('hosting.urls', namespace="hosting")),
 | 
			
		||||
                  url(r'^railshosting/', railshosting, name="rails.hosting"),
 | 
			
		||||
                  url(r'^nodehosting/', nodejshosting, name="node.hosting"),
 | 
			
		||||
                  url(r'^djangohosting/', djangohosting, name="django.hosting"),
 | 
			
		||||
                  url(r'^taggit_autosuggest/', include('taggit_autosuggest.urls')),
 | 
			
		||||
                  url(r'^jsi18n/(?P<packages>\S+?)/$',
 | 
			
		||||
                      'django.views.i18n.javascript_catalog'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
  <li><i class="fa-li fa fa-check-square-o fa-lg"></i>
 | 
			
		||||
  <p class="lead">Ubuntu 14.04 as the operating system, full root access!</p>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">rbenv to let you decide which Ruby version you want to use</p></li>s
 | 
			
		||||
  <li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">rbenv to let you decide which Ruby version you want to use</p></li>
 | 
			
		||||
  <li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">nginx as the frontend Server (optional with SSL Support)</p></li>
 | 
			
		||||
  <li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">uwsgi to have your application talk to nginx and vice versa
 | 
			
		||||
  <li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">PostgreSQL as the database</p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue