Jump to content

patents

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by patents

  1. python manage.py collectstatic is to copy the static files from individual app directories to root static directory.

     

    You will have to do this manually as there is no shell access at least to me. Design you project so that everything is stored at single place.

  2. I have django app folder at: public_html/example

     

    I have used addon domain using this configuration:

     

    New Domain Name

     

    example.tk

     

    Subdomain

    example

     

    No ftp ticked.

     

    I got success.

     

    it looks like this now:

     

    Modify Addon Domain

    Addon Domains

     

    Document Root Subdomain Redirects to Action

    home/public_html/example example not redirected Remove

     

     

    Now visiting example.tk gives me 500: internal server Error.

     

    visiting: http://example.patents.heliohost.org/ is also giving same error.

     

    Please note example is just an example.

     

    I am hosting django app which works well.

     

  3. I want to add domain (free one like .tk) that will point out to one of my domain.

    for example. I register example.tk and would like it to point out to patents.heliohost.org/example/ but do not update the visitor's url.

     

    This way the entire relatie urls also points to exmaple.com directly.

     

    for eg.

     

    If I point example.tk/practical it should point to patents.heliohost.org/example/practical.

     

    I tried url redirect but it takes me to example.tk/example/practical.

     

    I don't want to play with all the things in cpannel that I don't understand which can break the site.

     

    Someone please point out the right way.

     

     

  4. I want to run cron job on tommy. The problem is that it downloads 100 mb data and process it. It takes almost 1 minute to process the data on my corei3, machine. Is it ok to run such intensive app through cron job?

     

    The job will run once a week.

×
×
  • Create New...